Difference between revisions of "Development:Prana Breath API/Collections:Settings"
From Olekdia Wiki
(→statChartPref) |
(→notifBehaviorPref) |
||
| Line 105: | Line 105: | ||
==='''notifBehaviorPref'''=== | ==='''notifBehaviorPref'''=== | ||
| − | | | + | | Allows to adjust [[Settings_tab#Notification|notification during training]] setting.<br/> |
| + | Possible values: | ||
| + | * <code>TIME</code> | ||
| + | * <code>PROGRESS</code> | ||
| + | * <code>TIME,PROGRESS</code> | ||
|- | |- | ||
| − | | | + | | |
| + | |||
==='''breathMethodsOrientPref'''=== | ==='''breathMethodsOrientPref'''=== | ||
| TODO | | TODO | ||
Revision as of 13:29, 1 February 2019
settings - collection that gives you control over app's settings.
Contents
Prefix
pranabreath://https://olekdia.com/pranabreath/https://pranabreath.page.link/?link=https://olekdia.com/pranabreath/
Syntax
pranabreath://settings/item?val=[Value]- Case-insensitive.pranabreath://settings/item?cmd=[Command]&val=[Value]https://olekdia.com/pranabreath/settings?val=[Value]- Case-sensitive.
Commands
| Command | Description |
|---|---|
list |
Returns settings list. Currently it is only used in console for retrieving settings list.
Items: themePref screenBehaviorPref notifBehaviorPref breathMethodsOrientPref trngChartPref statChartPref mutePref
|
set |
Allows to set a specific setting value.
|
Items
| Item | Description |
|---|---|
themePref |
Allows to adjust theme setting.
Possible values:
|
screenBehaviorPref |
Allows to adjust screen during training setting. Possible values:
|
trngChartPref |
Allows to adjust training chart setting. Possible values:
|
statChartPref |
Allows to adjust statistics chart setting. Possible values:
|
notifBehaviorPref |
Allows to adjust notification during training setting. Possible values:
|
breathMethodsOrientPref |
TODO |
mutePref |
TODO |