Modifier and Type | Method and Description |
---|---|
static void |
MedalliaDigital.closeEngagement(MDResultCallback listener)
Close Engagement API will close sdk engagement if it's open.
|
static void |
MedalliaDigital.handleNotification(java.lang.String formId,
MDResultCallback listener)
Enables the app to launch forms directly from push notifications.
|
static void |
MedalliaDigital.init(Application application,
java.lang.String token,
MDResultCallback listener)
This method initializes the SDK and by doing so authenticates the app, and retrieves
configuration elements from Medallia Digital.
|
static void |
MedalliaDigital.showForm(java.lang.String formId,
MDResultCallback listener)
Displaying a form on demand, usually a "Feedback" button in app menu.
|