ChannelType
频道类型。
Java使用者可以通过静态工具类 ChannelTypes
中的各方法或常量。
e.g.
int appValue = ChannelTypes.CHANNEL_TYPE_APP;
boolean isText = ChannelTypes.isText(0);
Content copied to clipboard
see channel type
频道类型。
Java使用者可以通过静态工具类 ChannelTypes
中的各方法或常量。
e.g.
int appValue = ChannelTypes.CHANNEL_TYPE_APP;
boolean isText = ChannelTypes.isText(0);
see channel type