Click or drag to resize
CradleManagerCradle Property
This method returns an instance of the specific Cradle available depending on the current device, or null in case no Cradle is currently supported.

Namespace: Com.Datalogic.Extension.Selfshopping.Cradle
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static ICradle Cradle { get; }

Property Value

Type: ICradle
A generic ICradle instance that can be cast depending on the current Cradle type, or null in case no Cradle is available.
Remarks

This method returns an instance of the specific Cradle available depending on the current device, or null in case no Cradle is currently supported.

[Android Documentation]

See Also