Class Config

  • All Implemented Interfaces:
    java.io.Serializable

    public class Config
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Detail

      • isStripeEnabled

        public boolean isStripeEnabled()
        Flag determining whether stripe is enabled for the app
        Returns:
        True if stripe is enabled, false otherwise
      • getIconUrl

        public java.lang.String getIconUrl()
        Returns:
        the icon url
      • getAppName

        public java.lang.String getAppName()
        String representing the name of the app
        Returns:
        the app name
      • canUserCreateMoreConversations

        public boolean canUserCreateMoreConversations()
        Returns:
        the `canUserCreateMoreConversations` that is setting from the sdk server side.