-
- 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).
-
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-