public interface Constants
Modifier and Type | Interface and Description |
---|---|
static interface |
Constants.CreateChannelListener
Interface for the listener object to pass to while creatting Channel
|
static interface |
Constants.InitListener
Interface for the listener object to pass to
TwilioIPMessagingSDK#initialize(Context, InitListener) . |
static interface |
Constants.StatusListener
Interface for a generic listener object.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHANNEL_ATTRIBUTES
Key to hold the value of any custom attributes to attach to the Channel
|
static java.lang.String |
CHANNEL_FRIENDLY_NAME
Key to hold the non-unique display name of the Channel.
|
static java.lang.String |
CHANNEL_TYPE
Key to hold the value of ChannelType"
|
static java.lang.String |
CHANNEL_UNIQUE_NAME
Key to hold the value of unique identity name of the Channel.
|
static java.lang.String |
EXTRA_ACTION
Key into an Intent's extras data that indicates an action is requested from the user.
|
static java.lang.String |
EXTRA_ACTION_INVITE
Key into an Intent's extras data that indicates an action type.
|
static java.lang.String |
EXTRA_CHANNEL
Key into an Intent's extras data that points to a
Channel object. |
static final java.lang.String EXTRA_CHANNEL
Channel
object.static final java.lang.String EXTRA_ACTION
static final java.lang.String EXTRA_ACTION_INVITE
static final java.lang.String CHANNEL_FRIENDLY_NAME
static final java.lang.String CHANNEL_UNIQUE_NAME
static final java.lang.String CHANNEL_TYPE
static final java.lang.String CHANNEL_ATTRIBUTES