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