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

Provides data for ReceivingAttachmentFile event. More...

Inherits EventArgs.

Properties

string Application [get]
 The native application identifier of the provider application that sent the service response to which the file is attached. More...
 
string RequestID [get]
 The unique identifier of the original service request, the response to which the files are 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 ReceiveClientMessage event. More...
 
long Size [get]
 The size of the file in bytes. More...
 

Detailed Description

Provides data for ReceivingAttachmentFile event.

Property Documentation

◆ Application

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

The native application identifier of the provider application that sent the service response to which the file is attached.

String containing the application identifier.

◆ Path

string BBDXamarinForms.Common.Interfaces.AppKinetics.Events.ReceivingAttachmentFileEventArgs.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 ReceiveClientMessage event.

String containing the path.

◆ RequestID

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

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

String containing the identifier of the service request.

◆ Size

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

The size of the file in bytes.

long representing the size.