Package com.avaya.core
Class Config
- java.lang.Object
-
- com.avaya.core.Config
-
- All Implemented Interfaces:
java.io.Serializable
public class Config extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanUserCreateMoreConversations()java.lang.StringgetAppName()String representing the name of the appjava.lang.StringgetIconUrl()booleanisStripeEnabled()Flag determining whether stripe is enabled for the app
-
-
-
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.
-
-