Idioma

SetValueResult.ResultRequireUserConsent Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Service.Settings.Preferences.SetValueResultType enum directly instead of this field.

O consentimento do usuário não foi aprovado para esta operação.

[Android.Runtime.Register("RESULT_REQUIRE_USER_CONSENT", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Settings.Preferences.SetValueResultType enum directly instead of this field.", true)]
public const Android.Service.Settings.Preferences.SetValueResultType ResultRequireUserConsent = 6;
[<Android.Runtime.Register("RESULT_REQUIRE_USER_CONSENT", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Settings.Preferences.SetValueResultType enum directly instead of this field.", true)>]
val mutable ResultRequireUserConsent : Android.Service.Settings.Preferences.SetValueResultType

Valor do campo

Value = 6

Implementações

Atributos

Comentários

O consentimento do usuário não foi aprovado para esta operação.

A repetição poderá ser bem-sucedida se o usuário fornecer consentimento.

Java documentação para android.service.settings.preferences.SetValueResult.RESULT_REQUIRE_USER_CONSENT.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a