Browser.RequestAllIcons Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request all icons from the 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
Parameters
The ContentResolver used to access the database.
- where
- String
Clause to be used to limit the query from the database. Must be an allowable string to be passed into a database query.
- listener
- WebIconDatabase.IIconListener
IconListener that gets the icons once they are retrieved.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.