Freigeben über


EKEventStore.RequestAccess Methode

Definition

Zeigt ggf. das Dialogfeld "Standardberechtigungen" für den angegebenen entityTypean.

[Foundation.Export("requestAccessToEntityType:completion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RequestAccess (EventKit.EKEntityType entityType, Action<bool,Foundation.NSError> completionHandler);
abstract member RequestAccess : EventKit.EKEntityType * Action<bool, Foundation.NSError> -> unit
override this.RequestAccess : EventKit.EKEntityType * Action<bool, Foundation.NSError> -> unit

Parameter

entityType
EKEntityType

Die EKEntityType , für die der Zugriff angefordert wird.

completionHandler
Action<Boolean,NSError>

Rückruf wird ausgeführt, nachdem der Benutzer mit dem Dialogfeld "Berechtigungen" interagiert hat.

Attribute

Gilt für:

Weitere Informationen

  • <xref:MonoTough.EventKit.EKEventStore.GetAuthorizationStatus>