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; }
Public ReadOnly Property AllowedPackages As IList(Of String)
Get
Property Value
Type:
IListStringList
List of allowed packages, passed as Strings.
Exceptions Remarks See Also