Uses of Class
com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationStatus
Package
Description
Conversation models for
App credentials
-
Uses of ChannelIntegrationStatus in com.sinch.sdk.domains.conversation.models.v1.credentials
Modifier and TypeFieldDescriptionstatic final ChannelIntegrationStatus
ChannelIntegrationStatus.ACTIVE
Credentials have been successfully validated and exchanged for a long-lived token.static final ChannelIntegrationStatus
ChannelIntegrationStatus.FAILING
Failed to validate credentials and acquire a long-lived token.static final ChannelIntegrationStatus
ChannelIntegrationStatus.PENDING
Initial status when the channel has been activated in the front-end.Modifier and TypeMethodDescriptionstatic ChannelIntegrationStatus
ChannelIntegrationState.getStatus()
Get statusModifier and TypeMethodDescriptionstatic Stream
<ChannelIntegrationStatus> ChannelIntegrationStatus.values()
Modifier and TypeMethodDescriptionChannelIntegrationState.Builder.setStatus
(ChannelIntegrationStatus status) see getterstatic String
ChannelIntegrationStatus.valueOf
(ChannelIntegrationStatus e)