Browser.RequestAllIcons メソッド

定義

データベースからすべてのアイコンを要求します。

[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

パラメーター

cr
ContentResolver

データベースへのアクセスに使用される ContentResolver。

where
String

データベースからのクエリを制限するために使用する句。 データベース クエリに渡される許容される文字列である必要があります。

listener
WebIconDatabase.IIconListener

取得されたアイコンを取得する IconListener。

属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象