pagesWithError: method of the AUIPageStorage protocol
Returns all the pages identifiers in the storage.
- (nullable NSArray<AUIPageId>*)pagesWithError:(NSError**)error;
Parameters
- error
- The error that has occurred. In case no errors occurred, this parameter is nil.
Return values
The method returns an array of AUIPageId objects, storing the identifiers of all pages in the storage.
02.03.2022 12:59:15