MessageManager

public final class MessageManager : NSObject

Message Manager is used to process push notification.

  • Process the server push notification

    Declaration

    Swift

    public func processNotification(_ notification: APN, completion: ((_ result: UsherSessionRequestResult) -> ())? = nil)
  • Reject the server push notification

    Declaration

    Swift

    public func rejectNotification(_ notification: APN)