Browser.RequestAllIcons Metodo

Definizione

Richiedere tutte le icone dal database.

[Android.Runtime.Register("requestAllIcons", "(Landroid/content/ContentResolver;Ljava/lang/String;Landroid/webkit/WebIconDatabase$IconListener;)V", "")]
public static void RequestAllIcons(Android.Content.ContentResolver? cr, string? where, Android.Webkit.WebIconDatabase.IIconListener? listener);
[<Android.Runtime.Register("requestAllIcons", "(Landroid/content/ContentResolver;Ljava/lang/String;Landroid/webkit/WebIconDatabase$IconListener;)V", "")>]
static member RequestAllIcons : Android.Content.ContentResolver * string * Android.Webkit.WebIconDatabase.IIconListener -> unit

Parametri

cr
ContentResolver

ContentResolver utilizzato per accedere al database.

where
String

Clausola da utilizzare per limitare la query dal database. Deve essere una stringa consentita da passare a una query di database.

listener
WebIconDatabase.IIconListener

IconListener che ottiene le icone una volta recuperate.

Attributi

Commenti

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