FBSDKAppInviteDialogDelegate
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

A delegate for FBSDKAppInviteDialog.

Discussion:

The delegate is notified with the results of the app invite 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 invite and cancellation.

Extends Protocol:NSObject
Declared in:FBSDKAppInviteDialog.h
인스턴스 메서드
appInviteDialog:didCompleteWithResults:

Sent to the delegate when the app invite completes without error.

매개변수설명
appInviteDialog

The FBSDKAppInviteDialog that completed.

results

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

- (void)
appInviteDialog: (FBSDKAppInviteDialog *)appInviteDialog
didCompleteWithResults: (NSDictionary *)results;
정의된 값: FBSDKAppInviteDialog.h
appInviteDialog:didFailWithError:

Sent to the delegate when the app invite encounters an error.

매개변수설명
appInviteDialog

The FBSDKAppInviteDialog that completed.

error

The error.

- (void)
appInviteDialog: (FBSDKAppInviteDialog *)appInviteDialog
didFailWithError: (NSError *)error;
정의된 값: FBSDKAppInviteDialog.h