VKStorageItem Class Reference
Inherits from | NSObject |
Declared in | VKStorageItem.h |
Overview
Current class is used as an item of main VKStorage storage, which persists data such as access tokens and cache.
Tasks
Properties
-
accessToken
Access token
property -
cache
Cache
property
Initialization methods
-
– initWithAccessToken:mainCacheStoragePath:
Initialization method
Properties
Instance Methods
initWithAccessToken:mainCacheStoragePath:
Initialization method
- (instancetype)initWithAccessToken:(VKAccessToken *)token mainCacheStoragePath:(NSString *)path
Parameters
- token
access token which will be used as key in VKStorage storage
- path
directory which will be used for cached data
Return Value
instance of VKStorageItem class
Declared In
VKStorageItem.h