public static interface

MessageApi.SendMessageResult

implements Result
com.google.android.gms.wearable.MessageApi.SendMessageResult

Class Overview

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

Summary

Public Methods
abstract int getRequestId()
Returns an ID used to identify the sent message.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract int getRequestId ()

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