Client

interface Client

The client for Extension Agent Interface

Functions

Link copied to clipboard
abstract fun action(    data: String,     playServiceId: String,     dialogRequestId: String): Boolean

Called when receive Extension.Action directive.

Link copied to clipboard
abstract fun getData(): String?

Return a data string in structured JSON.