MissingPresenceSensingSetup

class MissingPresenceSensingSetup : UnsupportedCandidateReason


Candidate is not supported due to missing presence sensing setup.

Summary

Nested types

Type of presence sensing setup that is missing.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public constructors

MissingPresenceSensingSetup

MissingPresenceSensingSetup(
    type: MissingPresenceSensingSetup.SetupType = SetupType.UNSPECIFIED
)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties