FBDialogsData
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

This class encapsulates state and data related to the presentation and completion of a dialog.

Inherits from:NSObject
Declared in:FBDialogsData.h
속성
arguments

The arguments being passed to the entity that will show the dialog

@property (nonatomic, readonly) NSDictionary *arguments;
정의된 값: FBDialogsData.h
clientState

Client JSON state that is passed through to the completion handler for context

@property (nonatomic, readonly) NSDictionary *clientState;
정의된 값: FBDialogsData.h
method

The method being performed

@property (nonatomic, readonly) NSString *method;
정의된 값: FBDialogsData.h
results

Results of this FBAppCall that are only set before calling an FBAppCallHandler

@property (nonatomic, readonly) NSDictionary *results;
정의된 값: FBDialogsData.h