Difference between revisions of "Development:Prana Breath API/Collections:Views"
From Olekdia Wiki
(Created page with "<code>views</code> - collection that gives control over app's views, so any tab could be displayed.<br/> __TOC__ <div class="api-table long-code"> == Pref...") |
|||
Line 21: | Line 21: | ||
| | | | ||
==='''training'''=== | ==='''training'''=== | ||
− | | [[Training tab]] | + | | [[Training tab]]. |
* <code>pranabreath://views/training</code> - Show the [[training tab]]. | * <code>pranabreath://views/training</code> - Show the [[training tab]]. | ||
|- | |- | ||
| | | | ||
==='''control'''=== | ==='''control'''=== | ||
− | | [[Control tab]] | + | | [[Control tab]]. |
* <code>pranabreath://views/control</code> - Show the [[control tab]]. | * <code>pranabreath://views/control</code> - Show the [[control tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''dynamic'''=== | ||
+ | | [[Dynamic tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''experience'''=== | ||
+ | | [[Experience tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''log'''=== | ||
+ | | [[Log tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''health'''=== | ||
+ | | [[Health tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''reminders'''=== | ||
+ | | [[Reminders tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''motivators'''=== | ||
+ | | [[Motivators tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''options'''=== | ||
+ | | [[Options tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''settings'''=== | ||
+ | | [[Settings tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''sounds'''=== | ||
+ | | [[Sounds tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''data'''=== | ||
+ | | [[Data tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''guru_features'''=== | ||
+ | | [[Guru tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''free_features'''=== | ||
+ | | [[Guru tab]]. | ||
+ | |- | ||
+ | | | ||
+ | ==='''more_apps'''=== | ||
+ | | More apps, made by our team tab. | ||
+ | |- | ||
+ | | | ||
+ | ==='''help'''=== | ||
+ | | [[Help tab]]. | ||
|} | |} |
Revision as of 08:45, 1 February 2019
views
- collection that gives control over app's views, so any tab could be displayed.
Contents
Prefix
pranabreath://
- Case-insensitive.https://olekdia.com/pranabreath/
- Case-sensitive.https://pranabreath.page.link/?link=https://olekdia.com/pranabreath/trainings/
- Case-sensitive.
Syntax
pranabreath://views/item
- Case-insensitive.https://olekdia.com/pranabreath/views/item
- Case-sensitive.
Items
Item | Description |
---|---|
training |
Training tab.
|
control |
Control tab.
|
dynamic |
Dynamic tab. |
experience |
Experience tab. |
log |
Log tab. |
health |
Health tab. |
reminders |
Reminders tab. |
motivators |
Motivators tab. |
options |
Options tab. |
settings |
Settings tab. |
sounds |
Sounds tab. |
data |
Data tab. |
guru_features |
Guru tab. |
free_features |
Guru tab. |
more_apps |
More apps, made by our team tab. |
help |
Help tab. |