AppActions.SetAsync Método

Definición

Sobrecargas

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

SetAsync(IEnumerable<AppAction>)

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

Parámetros

actions
System.Collections.Generic.IEnumerable<AppAction>

Devoluciones

System.Threading.Tasks.Task

Se aplica a

SetAsync(AppAction[])

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

Parámetros

actions
AppAction[]

Devoluciones

System.Threading.Tasks.Task

Se aplica a