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