/// <summary> /// initialize the app for the given platform <para/> /// hmsClient may replace the System.Net.HTTPClient. This is needed for UWP and POST requests.<para/> /// </summary> /// <param name="appInfo"></param> /// <param name="hmsClient"></param> public App(AppInfo appInfo, HMS.Auth.IHttpClient hmsClient) { init(appInfo, hmsClient); }
/// <summary> /// initialize the app for the given platform /// </summary> /// <param name="appInfo"></param> public App(AppInfo appInfo) { init(appInfo, null); }