CKContainer.GetAccountStatus(Action<CKAccountStatus,NSError>) 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.
Retrieves the current user's CKAccountStatus.
[Foundation.Export("accountStatusWithCompletionHandler:")]
public virtual void GetAccountStatus (Action<CloudKit.CKAccountStatus,Foundation.NSError> completionHandler);
abstract member GetAccountStatus : Action<CloudKit.CKAccountStatus, Foundation.NSError> -> unit
override this.GetAccountStatus : Action<CloudKit.CKAccountStatus, Foundation.NSError> -> unit
Parameters
- completionHandler
- Action<CKAccountStatus,NSError>
- Attributes