LocatorTrait.LocatorFeature

data class LocatorTrait.LocatorFeature : ClusterBitmap


Map containing specific capabilities related to locating a device.

Summary

Public constructors

LocatorFeature(
    isSilenceable: Boolean,
    isRingable: Boolean,
    reportsLocation: Boolean
)

Creates the LocatorFeature data class.

Public functions

open ULong

Public properties

Boolean

The device can play audio to indicate its location.

Boolean

The device can be silenced while ringing.

Boolean

The device can provide its coordinates for vocalized location.

Public constructors

LocatorFeature

LocatorFeature(
    isSilenceable: Boolean = false,
    isRingable: Boolean = false,
    reportsLocation: Boolean = false
)

Creates the LocatorFeature data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

isRingable

val isRingableBoolean

The device can play audio to indicate its location.

isSilenceable

val isSilenceableBoolean

The device can be silenced while ringing.

reportsLocation

val reportsLocationBoolean

The device can provide its coordinates for vocalized location.