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 constructors

Public functions

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

Public constructors

MissingPresenceSensingSetup

MissingPresenceSensingSetup(
    type: MissingPresenceSensingSetup.SetupType = SetupType.UNSPECIFIED,
    reason: String = "MISSING_PRESENCE_SENSING_SETUP"
)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

reason

open val reasonString