Assembly: Mobile
Workspace: Prognoz.Platform.Interop.Mobile
The IMobilePublishObjectCallBack interface is used to handle events that occur on publishing the mobile application object.
IMobilePublishObjectCallBack
To work properly, all methods of this interface must be overridden in a custom class. The custom class object is assigned by the event handler using the IMobilePublishObject.Publish method.
| Method name | Brief description | |
| SetProgress | The SetProgress method implements the event that occurs during publishing the mobile application object. |
See also: