예제 #1
0
 private static extern void CKDatabase_deleteRecordWithID_completionHandler(
     HandleRef ptr,
     IntPtr recordID,
     ulong invocationId, CKRecordIDDelegate completionHandler,
     out IntPtr exceptionPtr);
예제 #2
0
 private static extern void CKContainer_fetchUserRecordIDWithCompletionHandler(
     HandleRef ptr,
     ulong invocationId, CKRecordIDDelegate completionHandler,
     out IntPtr exceptionPtr);