Skip to content

connect-sdk / de.proglove.sdk.configuration / PgConfigProfile

PgConfigProfile

data class PgConfigProfile

A configuration profile represents a set of configurations for Mark and ProGlove Connect. These profiles are defined in a configuration file which is imported in ProGlove Connect. Every profile has a unique id. This id should be sent to ProGlove Connect in order to change to that configuration profile de.proglove.sdk.IPgManager.changeConfigProfile.

Constructors

Name Summary
<init> A configuration profile represents a set of configurations for Mark and ProGlove Connect. These profiles are defined in a configuration file which is imported in ProGlove Connect. Every profile has a unique id. This id should be sent to ProGlove Connect in order to change to that configuration profile de.proglove.sdk.IPgManager.changeConfigProfile.PgConfigProfile(profileId:String, isActive:Boolean= false)

Properties

Name Summary
isActive flag indicating if the profile is activeval isActive:Boolean
profileId unique id for the profileval profileId:String