AppActions.SetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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