5.2 Generic User Interaction Administration Sequence Diagrams
29.198-053GPPOpen Service Access (OSA) Application Programming Interface (API)Part 5: User interaction Service Capability Feature (SCF)Release 9TS
5.2.1 Message Administration
The following sequence diagram shows how an application can manage the user announcement and recorded messages.
1: The application is started. The application creates a new IpAppUIAdminManager to handle callbacks.
2: The putMessageReq method is invoked on the IpUIAdminManager interface to create a new pre-defined message for use by sending to the user.
3: The putMessageRes response notifies the application of the messageID on the callback interface.
4: The response is forwarded to the application logic.
5: The getMessageReq method is invoked on the IpUIAdminManager interface to retrieve the contents of a user announcement or recorded message.
6: The getMessageRes response notifies the application of the contents of a message.
7: The event is forwarded to the application.