Class ConversationsSettings



  • public class ConversationsSettings
    extends java.lang.Object
    Models the Conversations settings which will be used by the RequestActivity or the RequestListFragment.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isEnabled()
      Determines whether the Conversations feature should be enabled or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConversationsSettings

        public ConversationsSettings()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Determines whether the Conversations feature should be enabled or not.
        Returns:
        true if conversations is enabled, false otherwise.