ControlAction.ErrorAction Property

Definition

Returns a singleton ControlAction used for indicating an error in unparceling.

public static Android.Service.Controls.Actions.ControlAction ErrorAction { [Android.Runtime.Register("getErrorAction", "()Landroid/service/controls/actions/ControlAction;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getErrorAction", "()Landroid/service/controls/actions/ControlAction;", "", ApiSince=30)>]
static member ErrorAction : Android.Service.Controls.Actions.ControlAction

Property Value

Attributes

Remarks

Returns a singleton ControlAction used for indicating an error in unparceling.

Java documentation for android.service.controls.actions.ControlAction.getErrorAction().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to