BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.iOS.Interfaces.AppKinetics.Events.StartSendingEventArgs Class Reference

Provides data for StartSending (client) and (service) events. More...

Inherits EventArgs.

Properties

string Application [get]
 The native application identifier of the recipient of the file. More...
 
string RequestID [get]
 The unique identifier of the service request to which the file is attached. More...
 
string FileName [get]
 The path in the secure store of the file that is now being sent. More...
 

Detailed Description

Provides data for StartSending (client) and (service) events.

Property Documentation

◆ Application

string BBDXamarinForms.iOS.Interfaces.AppKinetics.Events.StartSendingEventArgs.Application
get

The native application identifier of the recipient of the file.

String containing the application identifier.

◆ FileName

string BBDXamarinForms.iOS.Interfaces.AppKinetics.Events.StartSendingEventArgs.FileName
get

The path in the secure store of the file that is now being sent.

String containing the path.

◆ RequestID

string BBDXamarinForms.iOS.Interfaces.AppKinetics.Events.StartSendingEventArgs.RequestID
get

The unique identifier of the service request to which the file is attached.

String containing the identifier of the service request.