次の方法で共有


ACRequestCompletionHandler 代理人

定義

への呼び出しの完了時に実行されるハンドラーを指定する RequestAccessAsync(ACAccountType, NSDictionary)デリゲート。

public delegate void ACRequestCompletionHandler(bool granted, NSError error);
type ACRequestCompletionHandler = delegate of bool * NSError -> unit

パラメーター

granted
Boolean
error
NSError

適用対象