Package 

Class CustomEventName

  • All Implemented Interfaces:
    io.karte.android.tracking.EventName

    
    public final class CustomEventName
     implements EventName
                        

    カスタムイベント名を保持するクラスです。

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String value
    • Method Summary

      Modifier and Type Method Description
      String getValue() イベント名の文字列
      • Methods inherited from class io.karte.android.tracking.EventName

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

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

      • CustomEventName

        CustomEventName(String value)