ChannelPluginCompletionStatus
public enum ChannelPluginCompletionStatus {
SUCCESS,
NOT_INITIALIZED,
NETWORK_TIMEOUT,
NOT_AVAILABLE_VERSION,
SERVICE_UNDER_CONSTRUCTION,
REQUIRE_PAYMENT,
ACCESS_DENIED,
UNKNOWN_ERROR
}
case | description |
---|---|
SUCCESS | successfully boot |
NOT_INITIALIZED | pluginKey was not initialized |
NETWORK_TIMEOUT | network time out |
NOT_AVAILABLE_VERSION | current ChannelIO SDK version is not supported |
SERVICE_UNDER_CONSTRUCTION | server maintenance |
REQUIRE_PAYMENT | inaccessible service plan |
ACCESS_DENIED | accessed denied |
UNKNOWN_ERROR | unknown errors |
Updated over 1 year ago