VKUploadPhotoBase Class Reference
| Inherits from | VKRequest : VKObject : NSObject |
|---|---|
| Declared in | VKUploadPhotoBase.h VKUploadPhotoBase.m |
Other Methods
albumId
ID of album to upload
@property (nonatomic, assign) NSInteger albumIdDiscussion
ID of album to upload
Declared In
VKUploadPhotoBase.h
groupId
ID of group to upload
@property (nonatomic, assign) NSInteger groupIdDiscussion
ID of group to upload
Declared In
VKUploadPhotoBase.h
userId
ID of user wall to upload
@property (nonatomic, assign) NSInteger userIdDiscussion
ID of user wall to upload
Declared In
VKUploadPhotoBase.h
image
Image to upload
@property (nonatomic, strong) UIImage *imageDiscussion
Image to upload
Declared In
VKUploadPhotoBase.h
Other Methods
– createExecutionOperation
Creates loading operation for this request
- (NSOperation *)createExecutionOperationDiscussion
Creates loading operation for this request
Declared In
VKRequest.h
– methodName
Returns method for current request, e.g. users.get
- (NSString *)methodNameDiscussion
Returns method for current request, e.g. users.get
Declared In
VKRequest.h
Extension Methods
executionOperation
Returns http operation that can be enqueued
@property (nonatomic, readwrite, strong) NSOperation *executionOperationDiscussion
Returns http operation that can be enqueued
Declared In
VKRequest.h