Class MessageComposerController

  • All Implemented Interfaces:

    
    public final class MessageComposerController
    
                        

    Controller responsible for handling the composing and sending of messages.

    It acts as a central place for both the core business logic and state required to create and send messages, handle attachments, message actions and more.

    If you require more state and business logic, compose this Controller with your code and apply the necessary changes.