Version 1.6 - Updated on 11/17/2016
Superclass: PCResourceAPIParams
Declared In: PCGetPlaylistAPIParams.h
PCGetPlaylistAPIParams
stores parameters required to retrieve a playlist.
count
@property (nonatomic, assign) int count;
page
@property (nonatomic, assign) int page;
sort
@property (nonatomic, copy) NSString *sort;
{field}+{asc|desc}
. Valid values for field
are:start
@property (nonatomic, assign) int start;
type
@property (nonatomic, copy) NSString *type;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.