Lingua

SearchManager.ExtraWebSearchPendingintent Campo

Definizione

Chiave dati aggiuntiva per Intent#ACTION_WEB_SEARCH.

[Android.Runtime.Register("EXTRA_WEB_SEARCH_PENDINGINTENT")]
public const string ExtraWebSearchPendingintent;
[<Android.Runtime.Register("EXTRA_WEB_SEARCH_PENDINGINTENT")>]
val mutable ExtraWebSearchPendingintent : string

Valore del campo

Attributi

Commenti

Chiave dati aggiuntiva per Intent.ACTION_WEB_SEARCH. Se impostato, il valore deve essere PendingIntent. L'attività di ricerca che gestisce la finalità Intent.ACTION_WEB_SEARCH compilerà e avvierà la finalità in sospeso. L'URI dei dati verrà compilato con un URI http o https e Browser.EXTRA_HEADERS può essere compilato.

Informazioni di riferimento su Android per android.app.SearchManager.EXTRA_WEB_SEARCH_PENDINGINTENT.

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