Click or drag to resize

DLSecondDisplayManagerSetNewAppEnabled Method

Enable or disable notifications on 2nd display for all the new Apps

Namespace:  Com.Datalogic.Device.Display
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool SetNewAppEnabled(
	bool isEnabled
)

Parameters

isEnabled
Type: SystemBoolean
- Boolean parameter that represents if new Apps should show notifications on 2nd display

Return Value

Type: Boolean
boolean True if Apps can show notification, false otherwise.
Exceptions
ExceptionCondition
ErrorManager
Remarks

Enable or disable notifications on 2nd display for all the new Apps

[Android Documentation]

See Also