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

Provides data for ServiceReceiveAttachmentFile event. More...

Inherits EventArgs.

Properties

string Application [get]
 The native application identifier of the consumer application that sent the service request to which the file is attached. More...
 
string Path [get]
 The path of the attachment. The value will be the same as one of the elements in the attachments parameter passed to the subsequent ReceiveMessage invocation. More...
 
long Size [get]
 The size of the file in bytes. More...
 
string RequestID [get]
 The unique identifier of the service request to which the file is attached. More...
 

Detailed Description

Provides data for ServiceReceiveAttachmentFile event.

Property Documentation

◆ Application

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

The native application identifier of the consumer application that sent the service request to which the file is attached.

String containing the application identifier.

◆ Path

string BBDXamarinForms.Common.Interfaces.AppKinetics.Events.ServiceReceiveAttachmentFileEventArgs.Path
get

The path of the attachment. The value will be the same as one of the elements in the attachments parameter passed to the subsequent ReceiveMessage invocation.

String containing the path.

◆ RequestID

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

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

String containing the identifier of the service request.

◆ Size

long BBDXamarinForms.Common.Interfaces.AppKinetics.Events.ServiceReceiveAttachmentFileEventArgs.Size
get

The size of the file in bytes.

long representing the size.