Package 

Class EngagementResult

  • All Implemented Interfaces:

    
    public class EngagementResult
    
                        

    Result class used in a callback for the engage function 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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail