androidPackageName property

String? androidPackageName
getter/setter pair

If an associated android app can handle the OOB code, the Android package name of the android app that will handle the callback when this OOB code is used.

This will allow the correct app to open if it is already installed, or allow Google Play Store to open to the correct app if it is not yet installed.

Implementation

core.String? androidPackageName;