RealmGlobal
- 1 Minute to read
- Print
- DarkLight
- PDF
RealmGlobal
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
PROTOTYPE
Retrieves a realm variable value from the globalManager
Key | Value(s) | Description |
---|---|---|
method | "RealmGlobal" | Retrieves a realm variable value from the globalManager |
key | "RealmVariableName" | String. Required. Error will be raised if variable does not exist in globalManager. |
{
"method": "IF",
"condition": RealmGlobal('BuildMode')==FULL",
"project": "Demo"
}
Was this article helpful?