loadDataForPage:key:error: method of the AUIPageStorage protocol
Returns the data of the certain page, associated with the specified key.
- (nullable NSData*)loadDataForPage:(AUIPageId)identifier key:(NSString*)key error:(NSError**)error;
Parameters
- identifier
- AUIPageId object, storing the identifier of the page to be removed.
- key
- An identifier, associated with required page data.
- error
- The error that has occurred. In case no errors occurred, this parameter is nil.
Return values
The method returns required data about the page.
3/2/2022 12:59:15 PM