QuickResponseDataProvider

The container of quick response data.

Inheritors

Types

Link copied to clipboard
data class Content(val value: String) : QuickResponseDataProvider

The content of the quick response.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this QuickResponseDataProvider as a Content and retrieves its kotlin.String value. Throws an exception if the QuickResponseDataProvider is not a Content.

Link copied to clipboard

Casts this QuickResponseDataProvider as a Content and retrieves its kotlin.String value. Returns null if the QuickResponseDataProvider is not a Content.