AppManagerException Class |
Namespace: Com.Datalogic.Device.App
The AppManagerException type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppManagerException | Initializes a new instance of the AppManagerException class |
![]() | AppManagerException(Int32) | Initializes a new instance of the AppManagerException class |
![]() | AppManagerException(String) | Initializes a new instance of the AppManagerException class |
![]() | AppManagerException(String, Int32) | Initializes a new instance of the AppManagerException class |
Name | Description | |
---|---|---|
![]() | ErrorNumber | The error number returned by the Installer's system services. |
![]() | JniPeerMembers | To be added. |
Name | Description | |
---|---|---|
![]() ![]() | StringifyCode |
Name | Description | |
---|---|---|
![]() ![]() | ApkNotFound | App not found. |
![]() ![]() | EmptyList | The passed list is empty. |
![]() ![]() | GenericError | Generic error, mostly due to a wrong parameter passed to a SDK method. |
![]() ![]() | InstallerServiceError | Installer Service error. |
![]() ![]() | InvalidArgumentError | Invalid argument error. |
![]() ![]() | IoError | IO exception. |
![]() ![]() | NoPermissionsToBeGranted | There are no permissions declared to be granted. |
![]() ![]() | NotInstalled | The application is not installed. |
![]() ![]() | NullPointerError | Null pointer error. |
![]() ![]() | PackageNotFoundError | Package not found error. |
![]() ![]() | PermissionNotGrantedError | There are no permissions declared to be granted. |
![]() ![]() | RemoteCallError | It's not possible to call the remote service. |
![]() ![]() | SecurityError | Security exception. |
![]() ![]() | SessionParamError | IllegalArgumentException exception. |
![]() ![]() | Success | Success constant. |
![]() ![]() | UnboundService | Remote service not bound. |