Click or drag to resize

AppManagerException Fields

The AppManagerException type exposes the following members.

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
See Also