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

Provides data for ReceiveClientMessage event. More...

Inherits EventArgs.

Properties

string Application [get]
 The native application identifier of the provider application to which the original service request was sent. More...
 
string RequestID [get]
 The ID assigned to the original service request. An application that makes multiple concurrent service requests can use this value to tie the response back to the original request. The application must have retained the ID from when IBBDServiceClient.SendTo was originally called. More...
 
IBBDFileEntry[] Attachments [get]
 The array of files that were attached to the service response. More...
 
Object Parameters [get]
 The results object, as returned by the provider application. More...
 

Detailed Description

Provides data for ReceiveClientMessage event.

Property Documentation

◆ Application

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

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

String containing the application identifier.

◆ Attachments

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

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

Array of IBBDFileEntry objects containing the files.

◆ Parameters

Object BBDXamarinForms.Common.Interfaces.AppKinetics.Events.ReceiveClientMessageEventArgs.Parameters
get

The results object, as returned by the provider application.

The results object.

◆ RequestID

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

The ID assigned to the original service request. An application that makes multiple concurrent service requests can use this value to tie the response back to the original request. The application must have retained the ID from when IBBDServiceClient.SendTo was originally called.

String containing the identifier of the service request.