This interface is deprecated.

Beginning July 1st, 2017, any new channels using this component will be rejected during certification.

Beginning January 1st, 2018, any updates to existing channels using this component will be rejected during certification.

Implemented By

Supported Methods

Description of Methods

SetTitle(title as String) as Void

Set the title for the screen to the specified string. The title appears in the upper right hand corner of the screen in the overhang area.

ShowBusyAnimation() as Void

Display a spinning busy animation to indicate work in progress. The animation will continue until the screen is closed.

Show() as Boolean

Display or refresh the screen after creation or state changes.

Close() as Void

Close the screen and delete the associated object. Useful for avoiding screen flicker when the display order of your screens does not resemble a stack.