Share via


UIApplication.SetAlternateIconNameAsync(String) Method

Definition

Sets the name of the alternate icon.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task SetAlternateIconNameAsync(string? alternateIconName);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetAlternateIconNameAsync : string -> System.Threading.Tasks.Task
override this.SetAlternateIconNameAsync : string -> System.Threading.Tasks.Task

Parameters

alternateIconName
String

The name of the new alternate icon. This parameter can be .This parameter can be .

Returns

A task that represents the asynchronous SetAlternateIconName operation

Attributes

Remarks

The SetAlternateIconNameAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to