RouteListingPreference.Item.SubtextCustom Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Media.RouteListingItemSubtext enum directly instead of this field.

El subtexto de la ruta correspondiente debe obtenerse de #getCustomSubtextMessage().

[Android.Runtime.Register("SUBTEXT_CUSTOM", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingItemSubtext enum directly instead of this field.", true)]
public const Android.Media.RouteListingItemSubtext SubtextCustom = 10000;
[<Android.Runtime.Register("SUBTEXT_CUSTOM", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingItemSubtext enum directly instead of this field.", true)>]
val mutable SubtextCustom : Android.Media.RouteListingItemSubtext

Valor de campo

Value = 10000

Implementaciones

Atributos

Comentarios

El subtexto de la ruta correspondiente debe obtenerse de #getCustomSubtextMessage().

Las aplicaciones deben preferir fuertemente uno de los otros motivos de deshabilitación (para la lista completa, consulte #getSubText()) para garantizar la localización y representación correctas en todos los factores de forma.

Documentación de Java para android.media.RouteListingPreference.Item.SUBTEXT_CUSTOM.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a