~aleteoryx/muditaos

ref: 0e8b4c848e3f87f3bbb1f64ef7460cf56017b87f muditaos/module-services/service-appmgr/doc/appmgr_switch_sms_app_proposal.pu -rw-r--r-- 630 bytes
0e8b4c84 — Lefucjusz [BH-2108] Fix misaligned charging symbol 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@startuml
skinparam BackgroundColor F0F0F0
participant "Application" as app
box "Application Manager Service" #LightBlue
participant "Controller" as appmgr_control
participant "Application Manager" as appmgr
participant "Applications Registry" as app_reg
end box
participant "SMS Application" as sms_app

app -> appmgr_control: Send "SendSms" action
appmgr_control -> appmgr: Forward "SendSms" action
appmgr -> app_reg: Find applications registered\nas "SendSms" action handlers
alt Application 1 is closeable
    appmgr -> app: Close
else
    appmgr -> app: Focus lost
end
app -> appmgr: Confirm
appmgr -> sms_app: Start
@enduml