Package 

Enum OperationMode

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

    
    public enum OperationMode
    extends Enum<OperationMode>
                        

    動作モードを表す列挙型です。

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DEFAULT

      イベント解析あり

      INGEST

      イベント解析なし

    • Method Summary

      Modifier and Type Method Description
      abstract String getTrackEndpointPath()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class io.karte.android.core.config.OperationMode

        compareTo, equals, finalize, getDeclaringClass, hashCode, toString
      • Methods inherited from class java.lang.Object

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