com.google.android.gms.wearable.MessageApi.SendMessageResult |
This interface is deprecated.
See sendMessage(String, String, byte[])
.
Contains the request id assigned to the message. On failure, the id will be UNKNOWN_REQUEST_ID
and the status will be unsuccessful.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an ID used to identify the sent message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns an ID used to identify the sent message. If getStatus()
is not successful,
this value will be UNKNOWN_REQUEST_ID
.
Returns | |
---|---|
int |