AppManagerForceStopPackage Method |
Call this method to stop an application.
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 virtual int ForceStopPackage(
string packageName
)
Public Overridable Function ForceStopPackage (
packageName As String
) As Integer
Parameters
- packageName
- Type: SystemString
- String The package name of the application to be force stopped.
Return Value
Type:
Int32intSuccess in case of success,
otherwise a possible error code, matching one of the
AppManagerException error constants.
Exceptions Remarks See Also