UIApplication.SetAlternateIconName(String, Action<NSError>) 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.
Sets the name of the alternate icon.
[Foundation.Export("setAlternateIconName:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetAlternateIconName (string alternateIconName, Action<Foundation.NSError> completionHandler);
abstract member SetAlternateIconName : string * Action<Foundation.NSError> -> unit
override this.SetAlternateIconName : string * Action<Foundation.NSError> -> unit
Parameters
- alternateIconName
- String
The name of the new alternate icon. This parameter can be .
This parameter can be null
.
A handler to run after the operation completes.
This parameter can be null
.
- Attributes