MBMObserver @protocol MBMObserver An observer interface used to subscribe for an observable events. -notifyForEvent: Notifies an observer about an event. Declaration Objective-C - (void)notifyForEvent:(nonnull MBMEvent *)event; Swift func notify(for event: MBMEvent) Parameters event An event emitted by the observable.