Methods
sendSessionRequest
-
Parameters
Returns Promise<string>
Promise: Hash of message
sendToTopic
- sendToTopic(topic: string, sharedKey: string, message: string): Promise<string>
-
Parameters
-
topic: string
-
sharedKey: string
-
message: string
Returns Promise<string>
waitForSessionRequest
-
Parameters
Returns Promise<string>
waitForTopicMessage
- waitForTopicMessage(topic: string, sharedKey: string, cb: CallbackFunction): Promise<string>
-
Parameters
-
topic: string
-
sharedKey: string
-
Returns Promise<string>
Send Session Request Message.