BZEventsObserver Class Reference
Inherits from | NSObject |
Declared in | BZEventsObserver.h |
Overview
BZEventsObserver
provides an interface for an application to receive real time events and notifications, accompanied with data, from Media framework. BZEventsObserver
provides a BZEventsObserverDelegate
protocol with methods that are called to notify applications of media events. An application must implement the methods provided by BZEventsObserverDelegate
protocol in order to receive the events and notifications from Media framework.
Warning: It is a requirement that BZEventsObserver object be declared as a property of an interface, class or some other object in order to receive real time events and notifications properly.
Tasks
-
delegate
To use the BZEventsObserverDelegate methods, assign this delegate to the class hosting BZEventsObserver and then implement the delegate methods documented under BZEventsObserverDelegate.
Properties
delegate
@property (weak) id<BZEventsObserverDelegate> delegate
Discussion
To use the BZEventsObserverDelegate methods, assign this delegate to the class hosting BZEventsObserver and then implement the delegate methods documented under BZEventsObserverDelegate.
Declared In
BZEventsObserver.h