public interface SendOptions
Content may be sent as part of messages sent using the Messaging
or
MessagingControl
features.
These options are created using a SendOptions.Builder
which can be
obtained from a SendOptions.Builder.Factory
. Both of the above
features implement this factory interface.
Modifier and Type | Interface and Description |
---|---|
static interface |
SendOptions.Builder
Send Options Builder.
|
static class |
SendOptions.Priority
Delivery priority.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getHeaderList()
Returns the headers (if any).
|
SendOptions.Priority |
getPriority()
Returns the send priority.
|
SendOptions.Priority getPriority()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.