//MLBluetoothSDK/com.masterlock.mlbluetoothsdk.lockstate/Visibility
Visibility¶
[androidJvm]\ enum Visibility : Enum<Visibility>
Represents the the known presence of the Lock in range of the LockScanner based on Lock advertising broadcasts and sdk interactions with the lock
Entries¶
| Visible | [androidJvm] Visible |
| Unknown | [androidJvm] Unknown |
Types¶
| Name | Summary |
|---|---|
| Companion | [androidJvm] object Companion |
Properties¶
| Name | Summary |
|---|---|
| entries | [androidJvm] val entries: EnumEntries<Visibility> Returns a representation of an immutable list of all enum entries, in the order they’re declared. |
Functions¶
| Name | Summary |
|---|---|
| valueOf | [androidJvm] fun valueOf(value: String): Visibility Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
| values | [androidJvm] fun values(): Array<Visibility> Returns an array containing the constants of this enum type, in the order they’re declared. |