UIApplicationDelegate_Extensions.ShouldRequestHealthAuthorization Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The system calls this method when the developer's app should ask the user for access to HealthKit data.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ShouldRequestHealthAuthorization (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
static member ShouldRequestHealthAuthorization : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit
Parameters
The instance on which this extension method operates.
- application
- UIApplication
- Attributes