Lingua

WebAppQueryRequest.ResultNotInstalled Campo

Definizione

Attenzione

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

Il pacchetto sottoposto a query non è installato da WebAppManager.

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

Valore del campo

Value = 1
Attributi

Commenti

Il pacchetto sottoposto a query non è installato da WebAppManager.

Questo risultato viene restituito se e solo se: l'app chiamante contiene Manifest.permission.QUERY_ALL_PACKAGES autorizzazione; Il pacchetto non è installato da WebAppManager.

Informazioni di riferimento su Android per android.content.pm.webapp.WebAppQueryRequest.RESULT_NOT_INSTALLED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a