FeatureNotAvailable

class FeatureNotAvailable : UnsupportedCandidateReason


Candidate is not supported due to feature not available.

Summary

Public constructors

Public functions

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

Public properties

open String

Public constructors

FeatureNotAvailable

FeatureNotAvailable(reason: String = "FEATURE_NOT_AVAILABLE")

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