FBSDKShareOpenGraphContent
Đã 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.

A model for Open Graph content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareOpenGraphContent.h
Thuộc tính
action

Open Graph Action to be shared.

@property (nonatomic, copy) FBSDKShareOpenGraphAction *action;
Đã tuyên bố trong: FBSDKShareOpenGraphContent.h
previewPropertyName

Property name that points to the primary Open Graph Object in the action.

@property (nonatomic, copy) NSString *previewPropertyName;
Discussion:

The value that this action points to will be use for rendering the preview for the share.

Đã tuyên bố trong: FBSDKShareOpenGraphContent.h
Phương thức thực thể
isEqualToShareOpenGraphContent:

Compares the receiver to another Open Graph content.

Thông sốMô tả
content

The other content

- (BOOL) isEqualToShareOpenGraphContent:(FBSDKShareOpenGraphContent *)content;
Đã tuyên bố trong: FBSDKShareOpenGraphContent.h