public class RTSNotifyOption
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
apnsBadge
Enable or disable the badge for notification count
The default value is true.
|
java.lang.String |
apnsContent
APNS push content
The default value is null.
|
boolean |
apnsInuse
Enable or disable APNS push for calls
The default value is true.
|
java.lang.String |
apnsPayload
APNS payload of a push notification
The field can contain a custom notification.
|
java.lang.String |
apnsSound
APNS for audio messages
The default value is null.
|
boolean |
apnsWithPrefix
Enable or disable the prefixs for push notifications (nickname)
The default value is true.
|
java.lang.String |
extendMessage
Extended message
The option is valid only for network calls.
|
boolean |
forceKeepCalling
Enable or disable keep calling
The default value is true.
|
Constructor and Description |
---|
RTSNotifyOption() |
public boolean apnsInuse
public boolean apnsBadge
public boolean apnsWithPrefix
public java.lang.String apnsContent
public java.lang.String extendMessage
public java.lang.String apnsPayload
public java.lang.String apnsSound
public boolean forceKeepCalling