AddMobilePlatformAppAsync

Adds a platform app to a mobile app. Returns (Task)

With this you can add a mobile platform app.

Name Description
mobileApp The mobile app to add the platform app to
platformApp The platform app to add

Add Mobile Platform App Async

Example in C#

// Returns: MobilePlatformAppInfo
var mobilePlatformAppInfo = await client.AddMobilePlatformAppAsync(MobileAppInfo mobileApp, MobilePlatformAppInfo platformApp);