Inherits from NSObject
Declared in PSHSuccessfulChatRegistrationBusEvent.h

Overview

Bus event emitted after a successful chat registration. Event bus listeners (see PSHBusProvider) must implement the following method for event awareness:

-(void)onSuccessfulChatRegistrationBusEvent:(NSNotification*)notification
{
    PSHSuccessfulChatRegistrationBusEvent* event = (PSHSuccessfulChatRegistrationBusEvent*) notification.object;
}