UIApplication.AlternateIconName Property

Definition

Gets the name of the alternate icon for this application, if present.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string AlternateIconName { [Foundation.Export("alternateIconName")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.AlternateIconName : string

Property Value

If SupportsAlternateIcons is false then this property returns null.

This value can be null.

Attributes

Applies to