Interface MessageComposerContent

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit attachContext(MessageComposerContext messageComposerContext) Initializes the content view with MessageComposerContext.
      abstract Unit renderState(MessageComposerState state) Invoked when the state has changed and the UI needs to be updated accordingly.
      View findViewByKey(String key) Finds the first descendant view with the given key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait