PropertyID.CradleAppOnInsert Field |
public const Int32 CradleAppOnInsert = "value"
Public Const CradleAppOnInsert As Int32 = "value"
The value of the property should be a string in the format `package_name/activity_name`, where `package_name` is the app to be launched and `activity_name` is the name of the specific app activity to be launched. For example if CRADLE_APP_ON_INSERT="com.datalogic.scan/.MainActivity", the `MainActivity` of `Scan Demo` app will be launched upon insertion event.
The app will be displayed in the main screen (device display)
Note:
This property complements CRADLE_APP_ON_EXTRACT
which launches an app upon extraction event.
It behaves similarly to DESKTOP_MODE_APP_EXTERNAL_SCREEN_ON_INSERT
which is specific to `Desktop Mode`.
The class of the property is TextProperty
.
© 2016 Datalogic S.p.A. and/or its affiliates. All rights reserved. Datalogic and the Datalogic logo are registered trademarks of Datalogic S.p.A. in many countries including the U.S.A. and the E.U. All other trademarks are the property of their respective owners.