Package | Description |
---|---|
com.sinch.android.rtc | |
com.sinch.android.rtc.messaging |
Modifier and Type | Method and Description |
---|---|
MessageClient |
SinchClient.getMessageClient()
Deprecated.
Instant Messaging no longer supported.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageClientListener.onIncomingMessage(MessageClient client,
Message message)
Deprecated.
Tells the listener that a message has been received.
|
void |
MessageClientListener.onMessageDelivered(MessageClient client,
MessageDeliveryInfo deliveryInfo)
Deprecated.
Tells the listener that there was a message that was delivered.
|
void |
MessageClientListener.onMessageFailed(MessageClient client,
Message message,
MessageFailureInfo failureInfo)
Deprecated.
Tells the listener that there was a failure sending a message.
|
void |
MessageClientListener.onMessageSent(MessageClient client,
Message message,
java.lang.String recipientId)
Deprecated.
Tells the listener that a message for a specific recipient has been sent by the local user.
|
void |
MessageClientListener.onShouldSendPushData(MessageClient client,
Message message,
java.util.List<PushPair> pushPairs)
Deprecated.
Tells the listener that the recipient device can't be reached directly,
and it is required to wake up the recipient's application with a push notification.
|
Copyright 2016, Sinch AB