Success

data class Success(val previewModeToken: PreviewModeToken? = null) : PreviewModeResult

The AlexaPreviewModeService function operation was successful.

Parameters

previewModeToken

The PreviewModeToken that shall be received as a successful result of AlexaPreviewModeService.registerDevice and AlexaPreviewModeService.refreshToken. It can be null if a function does not return a PreviewModeToken on a successful result, as it is the case with AlexaPreviewModeService.deregisterDevice.

Constructors

Link copied to clipboard
constructor(previewModeToken: PreviewModeToken? = null)

Properties

Link copied to clipboard

Inherited functions

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