Package 

Enum EntryPoint

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

    
    public enum EntryPoint
    extends Enum<EntryPoint>
                        

    Use this enum to set which entry point is used for starting the SDK.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      FIELD

      Must be used when the user launches the SDK from a text field.

      BUTTON

      Must be used when the user launches the SDK from a button.

    • 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