Click or drag to resize

AppManagerSetApplicationHidden Method

Call this method to hide or unhide packages.

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 SetApplicationHidden (string packageName, bool hidden);

Parameters

packageName
Type: System.String
String The name of the package to hide or unhide.
hidden
Type: System.Boolean
boolean True if the package should be hidden, false if it should be unhidden.

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 hide or unhide packages.

If the package is already hide/unhide the method returns AppManagerException.GENERIC_ERROR.

[Android Documentation]

See Also

Reference