Idioma

SetValueResult.ResultOk 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.

A solicitação foi bem-sucedida e o valor foi definido.

[Android.Runtime.Register("RESULT_OK", 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 ResultOk = 0;
[<Android.Runtime.Register("RESULT_OK", 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 ResultOk : Android.Service.Settings.Preferences.SetValueResultType

Valor do campo

Value = 0

Implementações

Atributos

Comentários

A solicitação foi bem-sucedida e o valor foi definido.

Documentação Java para android.service.settings.preferences.SetValueResult.RESULT_OK.

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

Aplica-se a