FBSDKGraphRequestDataAttachment
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

A container class for data attachments so that additional metadata can be provided about the attachment.

Inherits from:NSObject
Declared in:FBSDKGraphRequestDataAttachment.h
プロパティ
contentType

The content type for the attachment.

@property (nonatomic, copy, readonly) NSString *contentType;
宣言されたアイテム: FBSDKGraphRequestDataAttachment.h
data

The attachment data.

@property (nonatomic, strong, readonly) NSData *data;
宣言されたアイテム: FBSDKGraphRequestDataAttachment.h
filename

The filename for the attachment.

@property (nonatomic, copy, readonly) NSString *filename;
宣言されたアイテム: FBSDKGraphRequestDataAttachment.h
インスタンスメソッド
initWithData:filename:contentType:

Initializes the receiver with the attachment data and metadata.

パラメーター説明
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;
宣言されたアイテム: FBSDKGraphRequestDataAttachment.h