1 implementation of IPlatformAppActions
Microsoft.Maui.Essentials (1)
AppActions\AppActions.ios.cs (1)
10
partial class AppActionsImplementation : IAppActions,
IPlatformAppActions
2 references to IPlatformAppActions
Microsoft.Maui.Essentials (2)
AppActions\AppActions.shared.cs (2)
132
static
IPlatformAppActions
AsPlatform(this IAppActions appActions)
134
if (appActions is not
IPlatformAppActions
platform)