共用方式為


ACRequestCompletionHandler 代理人

定義

委派,指定在 對 的呼叫 RequestAccessAsync(ACAccountType, NSDictionary) 完成時執行的處理常式。

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

參數

granted
Boolean
error
NSError

適用於