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