VKUploadPhotoBase Class Reference

Inherits from VKRequest : VKObject : NSObject
Declared in VKUploadPhotoBase.h
VKUploadPhotoBase.m

Overview

Provides common part of photo upload process

Other Methods

  albumId

ID of album to upload

@property (nonatomic, assign) NSInteger albumId

Discussion

ID of album to upload

Declared In

VKUploadPhotoBase.h

  groupId

ID of group to upload

@property (nonatomic, assign) NSInteger groupId

Discussion

ID of group to upload

Declared In

VKUploadPhotoBase.h

  userId

ID of user wall to upload

@property (nonatomic, assign) NSInteger userId

Discussion

ID of user wall to upload

Declared In

VKUploadPhotoBase.h

  imageParameters

Passed image parameters

@property (nonatomic, strong) VKImageParameters *imageParameters

Discussion

Passed image parameters

Declared In

VKUploadPhotoBase.h

  image

Image to upload

@property (nonatomic, strong) UIImage *image

Discussion

Image to upload

Declared In

VKUploadPhotoBase.h

Other Methods

– createExecutionOperation

Creates loading operation for this request

- (NSOperation *)createExecutionOperation

Discussion

Creates loading operation for this request

Declared In

VKRequest.h

– methodName

Returns method for current request, e.g. users.get

- (NSString *)methodName

Discussion

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 *executionOperation

Discussion

Returns http operation that can be enqueued

Declared In

VKRequest.h