Version 1.9 - Updated on 05/04/2017
Superclass: NSObject
Declared In: PCGenre.h
This class stores the Genre information of a audio file.
- (void)getFileWithCompletionHandler:(void (^)(NSArray *genreFiles, PCAPIQueryResponse *response))completion;
Parameters
PCAudio
objects is returned in completion.Discussion
Call this method to fetch PCAudio
files related to this PCGenre
object.
name
@property (nonatomic,
readonly) NSString *name;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.