1 write to AppAction
Microsoft.Maui.Essentials (1)
AppActions\AppActions.shared.cs (1)
188 : base() => AppAction = appAction;
4 references to AppAction
Microsoft.Maui (1)
Hosting\EssentialsMauiAppBuilderExtensions.cs (1)
168 _essentialsBuilder?.AppActionHandlers?.Invoke(e.AppAction);
Microsoft.Maui.Essentials (3)
AppActions\AppActions.shared.cs (3)
179 /// Event arguments containing data that is used when the app started through an <see cref="AppAction"/>. 186 /// <param name="appAction">The <see cref="AppAction"/> that triggered this event.</param> 191 /// Gets the <see cref="AppAction"/> that triggered this event.