Package 

Enum DittoAdvertisementFrequency

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

    
    public enum DittoAdvertisementFrequency
    extends Enum<DittoAdvertisementFrequency>
                        

    How often to transmit Bluetooth LE advertisements. Higher settings will aid in faster discovery, especially when some devices are locked or running Ditto in the background, at the cost of more battery consumption.

    Defaults to HIGH (faster discovery, most power).

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      HIGH
      MEDIUM
      LOW
    • 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