HomeConfig.HomePlatformScope

enum HomeConfig.HomePlatformScope : Enum


The selected device scopes version to use when initializing the SDK.

Summary

Enum Values

HOME_PLATFORM_SCOPE_VERSION_1

The default scope for GHP SDK.

HOME_PLATFORM_SCOPE_VERSION_2

Extended scope for GHP SDK.

Public functions

HomeConfig.HomePlatformScope
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<HomeConfig.HomePlatformScope>

Returns an array containing the constants of this enum type, in the order they're declared.

Public properties

EnumEntries<HomeConfig.HomePlatformScope>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Enum Values

HOME_PLATFORM_SCOPE_VERSION_1

val HomeConfig.HomePlatformScope.HOME_PLATFORM_SCOPE_VERSION_1HomeConfig.HomePlatformScope

The default scope for GHP SDK.

HOME_PLATFORM_SCOPE_VERSION_2

val HomeConfig.HomePlatformScope.HOME_PLATFORM_SCOPE_VERSION_2HomeConfig.HomePlatformScope

Extended scope for GHP SDK. To be used by partners using features such as Pro Monitoring, Subscriptions and Home agent.

Public functions

valueOf

fun valueOf(value: String): HomeConfig.HomePlatformScope

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.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<HomeConfig.HomePlatformScope>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

entries

val entriesEnumEntries<HomeConfig.HomePlatformScope>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.