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

Provides data for MessageSent event. More...

Inherits EventArgs.

Properties

string Application [get]
 The native application identifier of the application to which the service response was sent. More...
 
string RequestID [get]
 The unique identifier of the service request to which the sending of the response has completed. More...
 
IBBDFileEntry[] Attachments [get]
 The array of any files that were attached to the service response. More...
 

Detailed Description

Provides data for MessageSent event.

Property Documentation

◆ Application

string BBDXamarinForms.Common.Interfaces.AppKinetics.Events.MessageSentEventArgs.Application
get

The native application identifier of the application to which the service response was sent.

String containing the application identifier.

◆ Attachments

IBBDFileEntry [] BBDXamarinForms.Common.Interfaces.AppKinetics.Events.MessageSentEventArgs.Attachments
get

The array of any files that were attached to the service response.

Array of IBBDFileEntry objects containing the files.

◆ RequestID

string BBDXamarinForms.Common.Interfaces.AppKinetics.Events.MessageSentEventArgs.RequestID
get

The unique identifier of the service request to which the sending of the response has completed.

String containing the identifier of the service request.