User Interface
User Interface (UI) refers to the visual and interactive elements of a digital system or application that enable users to interact with and control it.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 20 Blocks Available
This component provides timer functionality, allowing you to trigger events at specified intervals or specific times, with options for repeating timers and waking up the device.
Overview
A non-visible component that, provides a timer to schedule actions.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | title | text | - |
2 | text | text | - |
3 | enableSound | boolean | - |
4 | enableVibration | boolean | - |
5 | PackageName | text | - |
6 | className | text | - |
7 | extraKey | text | - |
8 | extraVal | text | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | hour | Integer | 0 |
2 | minute | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | weekday | Integer | - |
2 | hour | Integer | - |
3 | minute | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | timeZoneId | text | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Enabled | boolean | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | year | Integer | - |
2 | month | Integer | - |
3 | date | Integer | - |
4 | hourOfDay | Integer | - |
5 | minute | Integer | - |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get GetTimerTimeZone | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get NextTimeTriggered | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Repeating | boolean | false |
2 | set Repeating | boolean | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get TimeLeftBeforeTriggered | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get TimerEnabled | boolean | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get TimerInterval | Integer | - |
2 | set TimerInterval | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get WakeUp | boolean | true |
2 | set WakeUp | boolean | - |