AppActions.SetAsync Method

Definition

Overloads

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

SetAsync(IEnumerable<AppAction>)

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

Parameters

actions
System.Collections.Generic.IEnumerable<AppAction>

Returns

System.Threading.Tasks.Task

Applies to

SetAsync(AppAction[])

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

Parameters

actions
AppAction[]

Returns

System.Threading.Tasks.Task

Applies to