<SYAudioManagerDelegate> Protocol Reference

Represents a delegate that offers listeners and callback methods related to SYAudioManager functionality. Methods of this protocol are called on the main queue. More...

#import <SYAudioManager.h>

Inheritance diagram for <SYAudioManagerDelegate>:
Collaboration diagram for <SYAudioManagerDelegate>:

Instance Methods

(void) - audioManager:didChangeStatus:
 Called when SYAudioManager audio play status has changed. More...
 

Detailed Description

Represents a delegate that offers listeners and callback methods related to SYAudioManager functionality. Methods of this protocol are called on the main queue.

Method Documentation

◆ audioManager:didChangeStatus:()

- (void) audioManager: (nonnull SYAudioManager *)  manager
didChangeStatus: (SYAudioManagerStatus)  status 
optional

Called when SYAudioManager audio play status has changed.


The documentation for this protocol was generated from the following file: