MessageApi.SendMessageResult

public static interface MessageApi.SendMessageResult implements Result

This interface is deprecated.
See MessageClient.sendMessage(String, String, byte[]).

Contains the request id assigned to the message. On failure, the id will be MessageApi.UNKNOWN_REQUEST_ID and the status will be unsuccessful.

Public Method Summary

abstract int
getRequestId()
Returns an ID used to identify the sent message.

Inherited Method Summary

Public Methods

public abstract int getRequestId ()

Returns an ID used to identify the sent message. If Result.getStatus() is not successful, this value will be MessageApi.UNKNOWN_REQUEST_ID.