Click or drag to resize

MessageClientGet Method (String, String, ActionSparkApiEventArgsMessage)

Retrieves the details for a message by room Id and message Id.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Get(
	string roomId,
	string messageId,
	Action<SparkApiEventArgs<Message>> completionHandler
)

Parameters

roomId
Type: SystemString
The identifier of the room.
messageId
Type: SystemString
The identifier of the message.
completionHandler
Type: SystemActionSparkApiEventArgsMessage
The completion event handler.
Remarks
Since: 0.1.0
See Also