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 mobile application export. | |
OnEndExportObject | The OnEndExportObject method implements an event that occurs after mobile application object export. | |
OnEndPublish | The OnEndPublish method implements an event that occurs after publishing a mobile application. | |
OnProgress | The OnProgress method implements an event that occurs during mobile application export. | |
OnPublishProgress | The OnPublishProgress method implements an event that occurs during publishing a mobile application. | |
OnStartExport | The OnStartExport method implements an event that occurs at the beginning of mobile application export. | |
OnStartExportObject | The OnStartExportObject method implements an event that occurs at the beginning of mobile application object export. | |
OnStartPublish | The OnStartPublish method implements an event that occurs at the beginning of publishing a mobile application. |
See also: