Glue services: Difference between revisions
No edit summary |
No edit summary |
||
Line 578: | Line 578: | ||
| 540 || [[#DeleteAlarmSetting]] | | 540 || [[#DeleteAlarmSetting]] | ||
|- | |- | ||
| 1000 || | | 1000 || [[#GetNotificationCount]] | ||
|- | |- | ||
| 1010 || | | 1010 || ListNotifications | ||
|- | |- | ||
| 1020 || | | 1020 || DeleteNotification | ||
|- | |- | ||
| 1030 || | | 1030 || ClearNotifications | ||
|- | |- | ||
| 1040 || [[# | | 1040 || [[#GetNotificationSendingNotifier]] | ||
|- | |- | ||
| 1500 || | | 1500 || SetNotificationPresentationSetting | ||
|- | |- | ||
| 1510 || | | 1510 || GetNotificationPresentationSetting | ||
|- | |- | ||
| 2000 || [[#GetAlarmSetting]] | | 2000 || [[#GetAlarmSetting]] | ||
|- | |- | ||
| 2001 || | | 2001 || GetAlarmSettingWithApplicationParameter | ||
|- | |- | ||
| 2010 || [[# | | 2010 || [[#SetAlarmSettingIsMuted]] | ||
|- | |- | ||
| 2020 || [[# | | 2020 || [[#IsAlarmSettingDeletable]] | ||
|- | |- | ||
| 8000 || | | 8000 || RegisterAppletResourceUserId | ||
|- | |- | ||
| 8010 || | | 8010 || UnregisterAppletResourceUserId | ||
|- | |- | ||
| 8999 || [10.0.0+] | | 8999 || [10.0.0+] GetCurrentTime | ||
|- | |- | ||
| 9000 || [[# | | 9000 || [[#GetAlarmSettingNextNotificationTime]] | ||
|} | |} | ||
== | == GetNotificationCount == | ||
No input | No input. Returns a total of 4-bytes of output. | ||
== | == GetNotificationSendingNotifier == | ||
No input. Returns an output [[#INotificationSystemEventAccessor]]. | |||
No input | |||
== INotificationSystemEventAccessor == | == INotificationSystemEventAccessor == | ||
Line 637: | Line 624: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || | | 0 || GetSystemEvent | ||
|} | |} | ||
== GetAlarmSetting == | == GetAlarmSetting == | ||
Takes an input [[#AlarmSettingId]]. Returns an [[#AlarmSetting]]. | Takes an input [[#AlarmSettingId]]. Returns an [[#AlarmSetting]]. | ||
== | == SetAlarmSettingIsMuted == | ||
Takes an input [[#AlarmSettingId]] and a bool. No output. | |||
Takes an input [[#AlarmSettingId]] and a bool. | |||
== IsAlarmSettingDeletable == | |||
Takes an input [[#AlarmSettingId]]. Returns a bool. | Takes an input [[#AlarmSettingId]]. Returns a bool. | ||
== | == GetAlarmSettingNextNotificationTime == | ||
Takes an input [[#AlarmSettingId]]. Returns an u8 '''IsAlarmScheduled''' and a [[Glue_services#PosixTime|PosixTime]] for the next scheduled alarm. | Takes an input [[#AlarmSettingId]]. Returns an u8 '''IsAlarmScheduled''' and a [[Glue_services#PosixTime|PosixTime]] for the next scheduled alarm. | ||