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

Provides data for ServiceReceiveAttachments event. More...

Inherits EventArgs.

Properties

string Application [get]
 The native application identifier of the consumer application that sent the service request to which the files are attached. More...
 
int NumberOfAttachments [get]
 Number of files that are about to be received, always one or more. More...
 
string RequestID [get]
 The unique identifier of the service request to which the files are attached. More...
 

Detailed Description

Provides data for ServiceReceiveAttachments event.

Property Documentation

◆ Application

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

The native application identifier of the consumer application that sent the service request to which the files are attached.

String containing the application identifier.

◆ NumberOfAttachments

int BBDXamarinForms.Common.Interfaces.AppKinetics.Events.ServiceReceiveAttachmentsEventArgs.NumberOfAttachments
get

Number of files that are about to be received, always one or more.

Int number of files.

◆ RequestID

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

The unique identifier of the service request to which the files are attached.

String containing the identifier of the service request.