Package-level declarations

Types

Link copied to clipboard
class MessagingInappActivity : ComponentActivity

Activity for the Messaging for In-App UI.

Link copied to clipboard
interface UIClient

The entry point for the Messaging for In-App UI SDK.

Link copied to clipboard
interface UIClientFactory
interface UIClientFactory

Factory class that creates a UIClient object.

Link copied to clipboard
data class UIConfiguration(val serviceAPI: URL, val organizationId: String, val developerName: String, val conversationId: UUID, val createConversationOnSubmit: Boolean = true, val isUserVerificationRequired: Boolean = true) : Configuration

Configuration used to create an UIClient instance.

Link copied to clipboard
class UIFileProvider : FileProvider

File provider for the UI SDK.