Package 

Class MessageCenterNotification

  • All Implemented Interfaces:

    
    public final class MessageCenterNotification
    
                        

    Data class for sharing the Message Center information of the Apptentive SDK in an observable format

    • Constructor Detail

      • MessageCenterNotification

        MessageCenterNotification(Boolean canShowMessageCenter, Integer unreadMessageCount, String personName, String personEmail)
        Parameters:
        canShowMessageCenter - whether the Message Center interaction will show with Apptentive.showMessageCenter()
        unreadMessageCount - the count of unread messages in Message Center
        personName - the current set name of the customer.
        personEmail - the current set email of the customer.