Partager via


ControlAction.ResponseOk 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 été effectuée.

[Android.Runtime.Register("RESPONSE_OK", 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 ResponseOk = 1;
[<Android.Runtime.Register("RESPONSE_OK", 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 ResponseOk : Android.Service.Controls.Actions.ControlActionResponse

Valeur de champ

Value = 1
Attributs

Remarques

Code de réponse pour l’in consumerControlsProviderService#performControlAction indiquant que l’action a été effectuée. L’action peut toujours échouer ultérieurement et l’état peut ne pas changer.

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

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 à