Click or drag to resize

AppManagerForceStopPackage Method

Call this method to stop an application.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual int ForceStopPackage (string packageName);

Parameters

packageName
Type: System.String
String The package name of the application to be force stopped.

Return Value

Type: System.Int32
int AppManagerException.SUCCESS in case of success, otherwise a possible error code, matching one of the AppManagerException error constants.

Exceptions
Exception Condition
AppManagerException in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks
Call this method to stop an application.

[Android Documentation]

See Also

Reference