Package 

Enum Embrace.LastRunEndState

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Embrace.LastRunEndState
    
                        

    Enum representing the end state of the last run of the application.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final int value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CLEAN_EXIT

      The last run did not result in a crash.

      CRASH

      The last run resulted in a crash.

      INVALID

      The SDK has not been started yet.