For the complete documentation index, see llms.txt. This page is also available as Markdown.

Share Track

@param token Target track token.
@param isShared Choose YES if you need to share track, else - NO.
@param callback Completion handler with empty response.
- (void)makeTrack:(NSString *)token
           shared:(BOOL)isShared
       completion:(RPAPIEntryCallback)callback;

Last updated