BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.AppKinetics.Enums Namespace Reference

Enumerations

enum  BBDICCForegroundOptions { BBDICCForegroundOptions.PreferMeInForeground, BBDICCForegroundOptions.PreferPeerInForeground, BBDICCForegroundOptions.NoForegroundPreference }
 This enumeration represents a preference for which application is to execute in foreground. The option parameter of the IBBDServiceClient.SendTo() and IBBDService.ReplyTo() methods always takes one of these values. See method references for details. More...
 
enum  BBDServiceErrorCode {
  BBDServiceErrorCode.BBDServicesErrorGeneral, BBDServiceErrorCode.BBDServicesErrorApplicationNotFound, BBDServiceErrorCode.BBDServicesErrorServiceNotFound,
  BBDServiceErrorCode.BBDServicesErrorServiceVersionNotFound, BBDServiceErrorCode.BBDServicesErrorMethodNotFound, BBDServiceErrorCode.BBDServicesErrorNotAllowed,
  BBDServiceErrorCode.BBDServicesErrorInvalidParams, BBDServiceErrorCode.BBDServicesErrorInUse, BBDServiceErrorCode.BBDServicesErrorCertificateNotFound,
  BBDServiceErrorCode.BBDServicesErrorMethodDisabled, BBDServiceErrorCode.BBDServicesErrorVersionDisabled, BBDServiceErrorCode.BBDServicesErrorServiceDisabled,
  BBDServiceErrorCode.BBDServicesErrorEnterpriseUserNotMatch, BBDServiceErrorCode.BBDServicesErrorCustom
}
 This enumeration can be used for handling or generating errors when using AppKinetics. More...
 

Enumeration Type Documentation

◆ BBDICCForegroundOptions

This enumeration represents a preference for which application is to execute in foreground. The option parameter of the IBBDServiceClient.SendTo() and IBBDService.ReplyTo() methods always takes one of these values. See method references for details.

Enumerator
PreferMeInForeground 

The current application is to be in the foreground.

PreferPeerInForeground 

The other application is to be in the foreground.

NoForegroundPreference 

There is no preference for which application is in foreground.

◆ BBDServiceErrorCode

This enumeration can be used for handling or generating errors when using AppKinetics.

Enumerator
BBDServicesErrorGeneral 

A general AppKinetics error occurred.

BBDServicesErrorApplicationNotFound 

The service consumer sent a request to an application that couldn't be found on the device.

BBDServicesErrorServiceNotFound 

The service consumer sent a request that specified a service that is not supported by the service provider.

BBDServicesErrorServiceVersionNotFound 

The service consumer sent a request that specified a service version that is not supported by the service provider.

BBDServicesErrorMethodNotFound 

The service consumer sent a request that specified a method that is not supported by the service provider.

BBDServicesErrorNotAllowed 

The service consumer sent a request to an application that couldn't be unlocked.

BBDServicesErrorInvalidParams 

The application attempted to utilize an unsupported type as a service parameter, either in a service request or in a service response.

BBDServicesErrorInUse 

The application attempted to access a service which is currently busy. The request can be retried again later.

BBDServicesErrorCertificateNotFound 

The application attempted to establish a connection but could not find a valid X509 certificate.

BBDServicesErrorMethodDisabled 

The service consumer sent a request that specified a method that has been disabled in the service provider.

BBDServicesErrorVersionDisabled 

The service consumer sent a request that specified a service version that has been disabled in the service provider.

BBDServicesErrorServiceDisabled 

The service consumer sent a request that specified a service that has been disabled in the service provider.

BBDServicesErrorEnterpriseUserNotMatch 

The application attempted to establish a connection to the application that was activated for a different user.

BBDServicesErrorCustom 

A custom error occurred, specific to the service or service provider. Check custom error code and message.