Specifications

3-33
Cisco Unified IP Phone Services Application Development Notes
OL-22505-01
Chapter 3 CiscoIPPhone XML Objects
Application Event Handlers
onAppMinimized Invoked when the application is minimized.
An application can only be minimized programmatically
by a call to App:Minimize, but this invocation could occur
by direct action of the user (from a softkey invocation, for
example) or from the application via a push request.
<notifyApplicationEvent appId="appId"
type="minimized"/>
onAppClosed Invoked whenever the application closes, if:
The application's context is closed which will, in turn,
close all applications in its stack, or
The application no longer exists on the context’s URL
stack because it was navigated out of, or because it
was pruned from the URL stack (stack size exceeded).
Note This event handler cannot contain HTTP or
HTTPS URLs.
Note If a Notify URI is used as the event handler, a
notification is sent with this default data:
<notifyApplicationEvent appId="appId"
type="closed"/>
Attribute Description