Package 

Enum EventType

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

    
    public enum EventType
    extends Enum<EventType>
                        

    The type of event being sent to storage.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      TELEMETRY

      An internal telemetry event to monitor the SDK's behavior and performances.

      CRASH

      A customer event related to a crash.

      DEFAULT

      A generic customer event (e.g.: log, span, …).

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait