IMobilePublishObjectCallBack

Assembly: Mobile;

Workspace: Prognoz.Platform.Interop.Mobile;

Description

The IMobilePublishObjectCallBack interface is used to handle events that occur on publishing a mobile application object.

Inheritance Hierarchy

          IMobilePublishObjectCallBack

Comments

To work properly, all methods of this interface must be redetermined in a custom class. The custom class object is assigned by the event handler using the IMobilePublishObject.Publish method.

Methods

  Method name Brief description
SetProgress The SetProgress method implements the event that occurs during publishing a mobile application object.

See also:

Mobile Assembly Interfaces