AppActions.SetAsync Methode

Definition

Überlädt

SetAsync(IEnumerable<AppAction>)
SetAsync(AppAction[])

SetAsync(IEnumerable<AppAction>)

public static System.Threading.Tasks.Task SetAsync (System.Collections.Generic.IEnumerable<Xamarin.Essentials.AppAction> actions);

Parameter

actions
System.Collections.Generic.IEnumerable<AppAction>

Gibt zurück

System.Threading.Tasks.Task

Gilt für:

SetAsync(AppAction[])

public static System.Threading.Tasks.Task SetAsync (params Xamarin.Essentials.AppAction[] actions);

Parameter

actions
AppAction[]

Gibt zurück

System.Threading.Tasks.Task

Gilt für: