DocumentsContract.Document.FlagWebLinkable Campo

Definición

Precaución

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

Marca que indica que se puede obtener un vínculo web para el documento.

[Android.Runtime.Register("FLAG_WEB_LINKABLE", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentContractFlags enum directly instead of this field.", true)]
public const Android.Provider.DocumentContractFlags FlagWebLinkable = 4096;
[<Android.Runtime.Register("FLAG_WEB_LINKABLE", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentContractFlags enum directly instead of this field.", true)>]
val mutable FlagWebLinkable : Android.Provider.DocumentContractFlags

Valor de campo

Value = 4096
Atributos

Comentarios

Marca que indica que se puede obtener un vínculo web para el documento.

Java documentación para android.provider.DocumentsContract.Document.FLAG_WEB_LINKABLE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a