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

Provides data for ClientMessageSent event. More...

Inherits EventArgs.

Properties

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

Detailed Description

Provides data for ClientMessageSent event.

Property Documentation

◆ Application

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

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

String containing the application identifier.

◆ Attachments

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

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

Array of IBBDFileEntry objects containing the files.

◆ RequestID

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

The unique identifier of the service request whose sending has completed.

String containing the identifier of the service request.