Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shopify_iossdk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
shopify_iossdk
Commits
63e49cc2
Commit
63e49cc2
authored
Mar 16, 2016
by
Gabriel O'Flaherty-Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation for collection list block
parent
b9bf4ab4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
BUYClient.h
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient.h
+4
-2
No files found.
Mobile Buy SDK/Mobile Buy SDK/Data/BUYClient.h
View file @
63e49cc2
...
...
@@ -176,10 +176,12 @@ typedef void (^BUYDataProductBlock)(BUYProduct *product, NSError *error);
typedef
void
(
^
BUYDataProductsBlock
)(
NSArray
<
BUYProduct
*>
*
products
,
NSError
*
error
);
/**
* Return block containing
list of collection
s
* Return block containing
a list of BUYCollection object
s
*
* @param collections An array of BUYCollection objects
* @param error Optional NSError
* @param page Index of the page requested
* @param reachedEnd Boolean indicating whether additional pages exist
* @param error An optional NSError
*/
typedef
void
(
^
BUYDataCollectionsListBlock
)(
NSArray
<
BUYCollection
*>
*
collections
,
NSUInteger
page
,
BOOL
reachedEnd
,
NSError
*
error
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment