AacsMessage

An interface representing an AACS message.

AACS messages are used to exchange information with the Alexa Auto Client Service (AACS).

Inheritors

Properties

Link copied to clipboard
abstract val action: String

The action value of the request as described in the AASB documentation.

Link copied to clipboard
abstract val id: String

The ID of the message. This allows the client to identify the reply to this request from Alexa, if this request results in a reply.

Link copied to clipboard
abstract val payload: String

The message payload in JSON format.

Link copied to clipboard
abstract val topic: String

The topic of the request as described in the AASB documentation.

Inherited functions

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