![]() |
BlackBerry Dynamics for Xamarin Forms
11.0.1.26
Runtime library for Xamarin Forms applications
|
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.
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. |