public static interface Constants.CreateChannelListener
Modifier and Type | Method and Description |
---|---|
void |
onCreated(Channel newChannel)
Callback to report when Channel is successfully created.
|
void |
onError()
Method to report back create channel failure.
|
void onCreated(Channel newChannel)
void onError()