Compartir a través de


SharedLibraryInfo.TypeDynamic Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Content.PM.SharedLibraryType enum directly instead of this field.

Tipo de biblioteca compartida: esta biblioteca es compatible con versiones anteriores, se puede actualizar y se pueden desinstalar las actualizaciones.

[Android.Runtime.Register("TYPE_DYNAMIC", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.SharedLibraryType enum directly instead of this field.", true)]
public const Android.Content.PM.SharedLibraryType TypeDynamic = 1;
[<Android.Runtime.Register("TYPE_DYNAMIC", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.SharedLibraryType enum directly instead of this field.", true)>]
val mutable TypeDynamic : Android.Content.PM.SharedLibraryType

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

Tipo de biblioteca compartida: esta biblioteca es compatible con versiones anteriores, se puede actualizar y se pueden desinstalar las actualizaciones. Los clientes vinculan con la versión más reciente de la biblioteca.

Documentación de Java para android.content.pm.SharedLibraryInfo.TYPE_DYNAMIC.

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