Class ChannelIntegrationStatus
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,ChannelIntegrationStatus>
com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationStatus
Status of the channel credentials integration
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ChannelIntegrationStatus
Credentials have been successfully validated and exchanged for a long-lived token.static final ChannelIntegrationStatus
Failed to validate credentials and acquire a long-lived token.static final ChannelIntegrationStatus
Initial status when the channel has been activated in the front-end. -
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelIntegrationStatus
static String
static Stream
<ChannelIntegrationStatus> values()
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
PENDING
Initial status when the channel has been activated in the front-end. -
ACTIVE
Credentials have been successfully validated and exchanged for a long-lived token. This status is used by default for channels in which the credential can't be validated. -
FAILING
Failed to validate credentials and acquire a long-lived token.
-
-
Method Details
-
values
-
from
-
valueOf
-