Action

fun Action(id: ActionId, arguments: Bundle? = null)


fun Action(id: String, arguments: Bundle? = null)

Parameters

id

The ID of this action. Unique for the media source it refers to. Must not be blank.

arguments

Arguments available to customize this action.