How to open microsoft powerpoint app using launcher class(xamarin.essentials)

Navneet sagar 1 Reputation point
2021-09-03T08:44:52.887+00:00

if (!await Launcher.TryOpenAsync("com.microsoft.office.powerpoint://"))
{
await Launcher.OpenAsync(new Uri("market://details?id=com.microsoft.office.powerpoint"));
}
)

what to write after tryopenasync so it opens powerpoint app

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
{count} votes