FBDialogsData
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.
Đã 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.

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

Inherits from:NSObject
Declared in:FBDialogsData.h
Thuộc tính
arguments

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

@property (nonatomic, readonly) NSDictionary *arguments;
Đã tuyên bố trong: FBDialogsData.h
clientState

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

@property (nonatomic, readonly) NSDictionary *clientState;
Đã tuyên bố trong: FBDialogsData.h
method

The method being performed

@property (nonatomic, readonly) NSString *method;
Đã tuyên bố trong: FBDialogsData.h
results

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

@property (nonatomic, readonly) NSDictionary *results;
Đã tuyên bố trong: FBDialogsData.h