Suggestions

close search

ChannelType

public enum ChannelType



Defines messaging channel type values.



Summary


Enum values
NORMAL

Represents NORMAL.

LIVECHAT

Represents LIVECHAT.

FACEBOOK

Represents FACEBOOK.

ZALO

Represents ZALO.

Public methods
short short getValue()

Return value.

static ChannelType static ChannelType getType(int value)

Return type.



Constants


NORMAL

ChannelType.NORMAL

Represents NORMAL.



LIVECHAT

ChannelType.LIVECHAT

Represents LIVECHAT.



FACEBOOK

ChannelType.FACEBOOK

Represents FACEBOOK.



ZALO

ChannelType.ZALO

Represents ZALO.



Public methods


getValue

short getValue()

Return value.



getType

static ChannelType getType(int value)

Return type.