- onError(MDExternalError) - Method in interface com.medallia.digital.mobilesdk.MDCallback
-
- onError(MDExternalError) - Method in interface com.medallia.digital.mobilesdk.MDFailureCallback
-
- onError(MDExternalError) - Method in interface com.medallia.digital.mobilesdk.MDResultCallback
-
- onFeedbackSubmitted(MDFeedbackListenerData) - Method in class com.medallia.digital.mobilesdk.MDFeedbackListener
-
The event is triggered when feedback was collected by SDK after "Submit" button was selected.
- onFormClosed(MDFormListenerData) - Method in class com.medallia.digital.mobilesdk.MDFormListener
-
This event is triggered when SDK closes form (and not user) after submitting feedback.
- onFormDismissed(MDFormListenerData) - Method in class com.medallia.digital.mobilesdk.MDFormListener
-
This event is triggered when user closed form without submitting feedback.
- onFormDisplayed(MDFormListenerData) - Method in class com.medallia.digital.mobilesdk.MDFormListener
-
This event is triggered when a form is displayed via code form or invitation form.
- onFormLinkSelected(MDFormListenerData) - Method in class com.medallia.digital.mobilesdk.MDFormListener
-
This event is triggered when form includes blocked external links.
- onFormSubmitted(MDFormListenerData) - Method in class com.medallia.digital.mobilesdk.MDFormListener
-
This event is triggered when user submitted form.
- onFormThankYouPrompt(MDFormListenerData) - Method in class com.medallia.digital.mobilesdk.MDFormListener
-
This event is triggered when Thank You Prompt is displayed.
- onInterceptAccepted(MDInterceptListenerData) - Method in class com.medallia.digital.mobilesdk.MDInterceptListener
-
This event is triggered when intercept was accepted by user from native alert (usually
"Provide Feedback") or SDK banner.
- onInterceptClosed(MDInterceptListenerData) - Method in class com.medallia.digital.mobilesdk.MDInterceptListener
-
This event is triggered when intercept was closed by using the close engagement api.
- onInterceptDeclined(MDInterceptListenerData) - Method in class com.medallia.digital.mobilesdk.MDInterceptListener
-
This event is triggered when intercept was declined by user from native alert (usually "No
Thanks") or SDK banner.
- onInterceptDeferred(MDInterceptListenerData) - Method in class com.medallia.digital.mobilesdk.MDInterceptListener
-
This event is triggered when intercept was deferred by user from native alert (usually
"Maybe Later") or SDK banner.
- onInterceptDisplayed(MDInterceptListenerData) - Method in class com.medallia.digital.mobilesdk.MDInterceptListener
-
This event is triggered when intercept was displayed to end user.
- onInterceptTriggerInAppReview(MDInterceptListenerData) - Method in class com.medallia.digital.mobilesdk.MDInterceptListener
-
This event is triggered when App Rating was triggered by using In App Reviews API.
- onSuccess(String) - Method in interface com.medallia.digital.mobilesdk.MDCallback
-
- onSuccess() - Method in interface com.medallia.digital.mobilesdk.MDResultCallback
-
- onTargetEvaluationSuccess(MDCustomInterceptListenerData) - Method in class com.medallia.digital.mobilesdk.MDCustomInterceptListener
-
This event is triggered when the targeting rule met
- setActivity(Activity) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Set hosting app current activity (for hybrid frameworks).
- setCustomAppearance(MDAppearanceMode) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Set custom appearance for native components multi-themes support
(if feature is enabled for this property)
- setCustomInterceptListener(MDCustomInterceptListener) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Setting a callback in order to update the hosted app when custom intercept
is ready to be shown.
- setCustomParameter(String, Object) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
The SDK enables the app to set custom parameters of several types.
- setCustomParameters(HashMap<String, Object>) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
The SDK enables the app to set custom parameters of several types.
- setDebugForm(boolean) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Set the SDK to download a debug form.
- setFeedbackListener(MDFeedbackListener) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Setting a callback in order to receive feedback payload.
- setFormListener(MDFormListener) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Setting a callback in order to receive form displayed information.
- setInterceptListener(MDInterceptListener) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Setting a callback in order to receive intercept information (an intercept can be
androidx.appcompat.app.AlertDialog
or Banner
displayed asking the user
whether he/she wants to open form/app rating/ any other engagement type object)
- setLogLevel(MDLogLevel) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
This API method allows the hosting app to see the SDK logs in the console.
- setSdkFramework(MDSdkFrameworkType) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Set hosting app framework (for hybrid frameworks).
- setUserId(String) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Set User ID
From version 4.1.0 forward the SDK will support the use of customer
identifiers on survey forms.
- showForm(String, MDResultCallback) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Displaying a form on demand, usually a "Feedback" button in app menu.
- stopSDK(boolean) - Static method in class com.medallia.digital.mobilesdk.MedalliaDigital
-
Stop SDK API will stop the SDK functionality.
- valueOf(String) - Static method in enum com.medallia.digital.mobilesdk.FormTriggerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.medallia.digital.mobilesdk.MDAppearanceMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.medallia.digital.mobilesdk.MDEngagementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.medallia.digital.mobilesdk.MDExternalError.ExternalError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.medallia.digital.mobilesdk.MDInterceptActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.medallia.digital.mobilesdk.MDLogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.medallia.digital.mobilesdk.MDSdkFrameworkType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.medallia.digital.mobilesdk.FormTriggerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.medallia.digital.mobilesdk.MDAppearanceMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.medallia.digital.mobilesdk.MDEngagementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.medallia.digital.mobilesdk.MDExternalError.ExternalError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.medallia.digital.mobilesdk.MDInterceptActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.medallia.digital.mobilesdk.MDLogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.medallia.digital.mobilesdk.MDSdkFrameworkType
-
Returns an array containing the constants of this enum type, in
the order they are declared.