FBSDKGraphRequestDataAttachment
Đã 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 container class for data attachments so that additional metadata can be provided about the attachment.

Superclass:NSObject
Declared in:FBSDKGraphRequestDataAttachment.h
Thuộc tính
contentType

The content type for the attachment.

@property (nonatomic, copy, readonly) NSString *contentType;
Đã tuyên bố trong: FBSDKGraphRequestDataAttachment.h
data

The attachment data.

@property (nonatomic, strong, readonly) NSData *data;
Đã tuyên bố trong: FBSDKGraphRequestDataAttachment.h
filename

The filename for the attachment.

@property (nonatomic, copy, readonly) NSString *filename;
Đã tuyên bố trong: FBSDKGraphRequestDataAttachment.h
Phương thức thực thể
initWithData:filename:contentType:

Initializes the receiver with the attachment data and metadata.

Thông sốMô tả
data

The attachment data (retained, not copied)

filename

The filename for the attachment

contentType

The content type for the attachment

- (instancetype)
initWithData: (NSData *)data
filename: (NSString *)filename
contentType: (NSString *)contentType
NS_DESIGNATED_INITIALIZER;
Đã tuyên bố trong: FBSDKGraphRequestDataAttachment.h