Assembly: Mobile.
Workspace: Prognoz.Platform.Interop.Mobile.
The IMobileApplicationPublishCallBack interface is used to handle events that occur on publishing mobile applications.
IMobileApplicationPublishCallBack
To work properly, all methods of this interface must be overridden in a custom class. A custom class object is assigned an event handler using the IMobileApplicationPublicator.Execute method.
| Method name | Brief description | |
| OnEndExport | The OnEndExport method implements an event that occurs after exporting the mobile application. | |
| OnEndExportObject | The OnEndExportObject method implements an event that occurs after exporting the mobile application object. | |
| OnEndPublish | The OnEndPublish method implements an event that occurs after publishing the mobile application. | |
| OnProgress | The OnProgress method implements an event that occurs during exporting the mobile application. | |
| OnPublishProgress | The OnPublishProgress method implements an event that occurs during publishing the mobile application. | |
| OnStartExport | The OnStartExport method implements an event that occurs on exporting the mobile application. | |
| OnStartExportObject | The OnStartExportObject method implements an event that occurs on exporting the mobile application object. | |
| OnStartPublish | The OnStartPublish method implements an event that occurs on publishing the mobile application. |
See also: