Account Properties
Usage
To get account properties you can use Platform101XP.getAccountProperties():
// Java
Map<String, Object> properties = Platform101XP.Companion.getAccountProperties();
// Kotlin
val properties = Platform101XP.getAccountProperties()
The object properties has the next keys and values:
Key | Value | Description |
---|---|---|
beeline_network | true/false (Boolean) | The user uses Beeline as a network provider (yes / no) |