public class AVChatNotifyOption
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
apnsBadge
Enable or disable the badge for notification count iOS
The default value is true.
|
java.lang.String |
apnsContent
APNS push content (iOS)
The default value is null.
|
boolean |
apnsInuse
Enable or disable APNS push for calls iOS
The default value is true.
|
java.lang.String |
apnsPayload
APNS push payload (iOS)
The field can contain a custom notification.
|
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.
|
java.lang.String |
pushSound
Push audio files (iOS)
The default value is null.
|
Constructor and Description |
---|
AVChatNotifyOption() |
public boolean apnsInuse
public boolean apnsBadge
public boolean apnsWithPrefix
public java.lang.String apnsContent
public java.lang.String apnsPayload
public java.lang.String pushSound
public java.lang.String extendMessage
public boolean forceKeepCalling