FBSDKAppGroupAddDialogDelegate
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

A delegate for FBSDKAppGroupAddDialog.

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:FBSDKAppGroupAddDialog.h
Phương thức thực thể
appGroupAddDialog:didCompleteWithResults:

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

Thông sốMô tả
appGroupAddDialog

The FBSDKAppGroupAddDialog that completed.

results

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

- (void)
appGroupAddDialog: (FBSDKAppGroupAddDialog *)appGroupAddDialog
didCompleteWithResults: (NSDictionary *)results;
Đã tuyên bố trong: FBSDKAppGroupAddDialog.h
appGroupAddDialog:didFailWithError:

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

Thông sốMô tả
appGroupAddDialog

The FBSDKAppGroupAddDialog that completed.

error

The error.

- (void)
appGroupAddDialog: (FBSDKAppGroupAddDialog *)appGroupAddDialog
didFailWithError: (NSError *)error;
Đã tuyên bố trong: FBSDKAppGroupAddDialog.h
appGroupAddDialogDidCancel:

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

Thông sốMô tả
appGroupAddDialog

The FBSDKAppGroupAddDialog that completed.

- (void) appGroupAddDialogDidCancel:(FBSDKAppGroupAddDialog *)appGroupAddDialog;
Đã tuyên bố trong: FBSDKAppGroupAddDialog.h