Package 

Enum EmbedMode

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

    
    public enum EmbedMode
    extends Enum<EmbedMode>
                        

    Display size mode of the DoorstepEmbedView. value is the wire string used in the embed= URL param and in the page's window.dsgo.setEmbedMode(...) call.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      COMPACT

      Expanded view (~600 dp).

      PREVIEW

      Inline card (~300 dp).

    • Method Summary

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

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