BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.iOS.Interfaces.AppKinetics.IBBDServiceiOS Interface Reference

Interface containing additional events for iOS for IBBDService. More...

Events

EventHandler< StartSendingEventArgsStartSending
 

Detailed Description

Interface containing additional events for iOS for IBBDService.

Event Documentation

◆ StartSending

EventHandler<StartSendingEventArgs> BBDXamarinForms.iOS.Interfaces.AppKinetics.IBBDServiceiOS.StartSending

Occurs whenever the delivery of a service response file attachment through the AppKinetics system starts.The path of the file is passed as a parameter.

Invocation of this event notifies the application that the AppKinetics system has started transferring the data in the file to the recipient of the service response.

The event handler could display a sending status in its user interface. The sending status could be cleared on receipt of the MessageSent event.