Version 1.9 - Updated on 05/04/2017
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.