FBSDKAppGroupJoinDialogDelegate
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

A delegate for FBSDKAppGroupJoinDialog.

Discussion:

The delegate is notified with the results of the app group request as long as the application has permissions to receive the information. For example, if the person is not signed into the containing app, the shower may not be able to distinguish between completion of an app group request and cancellation.

Extends Protocol:NSObject
Declared in:FBSDKAppGroupJoinDialog.h
วิธีการทันใจ
appGroupJoinDialog:didCompleteWithResults:

Sent to the delegate when the app group request completes without error.

พารามิเตอร์คำอธิบาย
appGroupJoinDialog

The FBSDKAppGroupJoinDialog that completed.

results

The results from the dialog. This may be nil or empty.

- (void)
appGroupJoinDialog: (FBSDKAppGroupJoinDialog *)appGroupJoinDialog
didCompleteWithResults: (NSDictionary *)results;
ให้คำรับรองไว้ใน: FBSDKAppGroupJoinDialog.h
appGroupJoinDialog:didFailWithError:

Sent to the delegate when the app group request encounters an error.

พารามิเตอร์คำอธิบาย
appGroupJoinDialog

The FBSDKAppGroupJoinDialog that completed.

error

The error.

- (void)
appGroupJoinDialog: (FBSDKAppGroupJoinDialog *)appGroupJoinDialog
didFailWithError: (NSError *)error;
ให้คำรับรองไว้ใน: FBSDKAppGroupJoinDialog.h
appGroupJoinDialogDidCancel:

Sent to the delegate when the app group dialog is cancelled.

พารามิเตอร์คำอธิบาย
appGroupJoinDialog

The FBSDKAppGroupJoinDialog that completed.

- (void) appGroupJoinDialogDidCancel:(FBSDKAppGroupJoinDialog *)appGroupJoinDialog;
ให้คำรับรองไว้ใน: FBSDKAppGroupJoinDialog.h