-
- All Implemented Interfaces:
public class EngagementResultResult class used in a callback for the
engagefunction to help understand what happens.InteractionShown Event was evaluated through criteria and an Apptentive Interaction was shown as a result. Returns with ID of interaction shown.
InteractionNotShown Event was evaluated through criteria and an Apptentive Interaction was NOT shown as a result. Returns with String reasoning
Error Event was evaluated through criteria and an interaction was supposed to show, but an error occurred in that process. Can also show if the SDK fails to initialize. Returns with String reasoning.
Exception At some point in the evaluation or interaction showing process a Throwable was thrown. Returns with String error message and prints error stacktrace.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEngagementResult.InteractionShownpublic final classEngagementResult.InteractionNotShownpublic final classEngagementResult.Errorpublic final classEngagementResult.Exception
-