AdaptrAudioPlayerLogger Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | AdaptrAudioPlayer.h |
Overview
When events are reported to the adaptr servers via
[AdaptrAudioPlayer logEvent]
and [AdaptrAudioPlayer logEvent:withParameters]
,
those events will also be reported to any class implementing
this protocol and assigned to the [AdaptrAudioPlayer logger]
property.
The SDK uses the [AdaptrAudioPlayer logEvent]
internally, so this
is an interface for apps to receive copies of events that adaptr
tracks internally so they may be passed on to other logging frameworks.