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
)
Public Function SetNewAppEnabled (
isEnabled As Boolean
) As Boolean
Parameters
- isEnabled
- Type: SystemBoolean
- Boolean parameter that represents if new Apps should show notifications on 2nd display
Return Value
Type:
Booleanboolean
True if Apps can show notification, false otherwise.
Exceptions Remarks See Also