AppActions.SetAsync 方法

定义

重载

SetAsync(IEnumerable<AppAction>)

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

参数

actions
System.Collections.Generic.IEnumerable<AppAction>

返回

System.Threading.Tasks.Task

适用于

SetAsync(AppAction[])

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

参数

actions
AppAction[]

返回

System.Threading.Tasks.Task

适用于