Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Unified API - Standard Client Features.
|
Modifier and Type | Class and Description |
---|---|
static class |
Messaging.SendCallback.Default
Default implementation of
Messaging.SendCallback . |
Modifier and Type | Method and Description |
---|---|
void |
Messaging.send(String topicPath,
Bytes message,
Messaging.SendCallback callback)
Send a message.
|
void |
Messaging.send(String topicPath,
Bytes message,
SendOptions options,
Messaging.SendCallback callback)
Send a message.
|
void |
Messaging.send(String topicPath,
CharSequence message,
Messaging.SendCallback callback)
Send a message.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.