Click or drag to resize

AppManagerException Class

Inheritance Hierarchy
RuntimeException
  Com.Datalogic.Device.AppAppManagerException

Namespace:  Com.Datalogic.Device.App
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AppManagerException : RuntimeException

The AppManagerException type exposes the following members.

Constructors
  NameDescription
Public methodAppManagerException
Initializes a new instance of the AppManagerException class
Public methodAppManagerException(Int32)
Initializes a new instance of the AppManagerException class
Public methodAppManagerException(String)
Initializes a new instance of the AppManagerException class
Public methodAppManagerException(String, Int32)
Initializes a new instance of the AppManagerException class
Top
Properties
  NameDescription
Public propertyErrorNumber
The error number returned by the Installer's system services.
Public propertyJniPeerMembers
To be added.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberApkNotFound
App not found.
Public fieldStatic memberEmptyList
The passed list is empty.
Public fieldStatic memberGenericError
Generic error, mostly due to a wrong parameter passed to a SDK method.
Public fieldStatic memberInstallerServiceError
Installer Service error.
Public fieldStatic memberInvalidArgumentError
Invalid argument error.
Public fieldStatic memberIoError
IO exception.
Public fieldStatic memberNoPermissionsToBeGranted
There are no permissions declared to be granted.
Public fieldStatic memberNotInstalled
The application is not installed.
Public fieldStatic memberNullPointerError
Null pointer error.
Public fieldStatic memberPackageNotFoundError
Package not found error.
Public fieldStatic memberPermissionNotGrantedError
There are no permissions declared to be granted.
Public fieldStatic memberRemoteCallError
It's not possible to call the remote service.
Public fieldStatic memberSecurityError
Security exception.
Public fieldStatic memberSessionParamError
IllegalArgumentException exception.
Public fieldStatic memberSuccess
Success constant.
Public fieldStatic memberUnboundService
Remote service not bound.
Top
Remarks
This exception is used for AppManager related errors.

[Android Documentation]

See Also