PreviewModeResult

The result of the AlexaPreviewModeService functions.

Inheritors

Types

Link copied to clipboard

The AlexaPreviewModeService function operation failed.

Link copied to clipboard

The reason of the failure.

Link copied to clipboard
data class Success(val previewModeToken: PreviewModeToken? = null) : PreviewModeResult

The AlexaPreviewModeService function operation was successful.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)