Click or drag to resize

DLSecondDisplayManagerAllowedPackages Property

Returns the list of allowed packages to show own Android notifications on the 2nd Display.

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 IList<string> AllowedPackages { get; }

Property Value

Type: IListString
List List of allowed packages, passed as Strings.
Exceptions
ExceptionCondition
ErrorManager
Remarks

Returns the list of allowed packages to show own Android notifications on the 2nd Display.

[Android Documentation]

See Also