InsightBranding.GetIcons(InsightBrandingIconType) 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.
Gets a mapping of position to icon for the specified icon type, or an empty
SparseArray if no icons of the specified type are set.
[Android.Runtime.Register("getIcons", "(I)Landroid/util/SparseArray;", "", ApiSince=37)]
public Android.Util.SparseArray GetIcons(Android.App.PersonalContext.Insight.InsightBrandingIconType type);
[<Android.Runtime.Register("getIcons", "(I)Landroid/util/SparseArray;", "", ApiSince=37)>]
member this.GetIcons : Android.App.PersonalContext.Insight.InsightBrandingIconType -> Android.Util.SparseArray
Parameters
Returns
- Attributes