public final class Contract extends Object
Serves as an integration contract that integrating projects can use to verify the Chat SDK presence at runtime.
CHANGES TO THIS CONTRACT ARE LIKELY TO BREAK THE INTEGRATION - DO NOT MODIFY.
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_OPEN_TICKET
Defines the action for open ticket intent.
|
Constructor and Description |
---|
Contract() |
Modifier and Type | Method and Description |
---|---|
static String |
getChatSdkVersionName()
Gets version name of the chat sdk as specified in the build.gradle project build file
|
public static final String ACTION_OPEN_TICKET
Used to notify the host component which embeds the chat that there is an intention to open the ticket. It the intent with this action does not get intercepted it will be handled by the Chat SDK as a default.
public static String getChatSdkVersionName()
DO NOT MODIFY