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