Partager via


ControlAction.ResponseFail Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionResponse enum directly instead of this field.

Code de réponse pour l’in consumerControlsProviderService#performControlAction indiquant que l’action a échoué.

[Android.Runtime.Register("RESPONSE_FAIL", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionResponse enum directly instead of this field.", true)]
public const Android.Service.Controls.Actions.ControlActionResponse ResponseFail = 2;
[<Android.Runtime.Register("RESPONSE_FAIL", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionResponse enum directly instead of this field.", true)>]
val mutable ResponseFail : Android.Service.Controls.Actions.ControlActionResponse

Valeur de champ

Value = 2
Attributs

Remarques

Code de réponse pour l’in consumerControlsProviderService#performControlAction indiquant que l’action a échoué.

Documentation Java pour android.service.controls.actions.ControlAction.RESPONSE_FAIL.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à