VpaAction

abstract class VpaAction(val shouldHideVpaUi: Boolean) : Parcelable

VPA action requests initiated by user interaction and consumed by a VpaActionsService.

Parameters

shouldHideVpaUi

true if VPA UI should be hidden in response to the action.

Constructors

Link copied to clipboard
fun VpaAction(shouldHideVpaUi: Boolean)

Properties

Link copied to clipboard
val shouldHideVpaUi: Boolean

Inherited functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard