uri property

String? uri
getter/setter pair

URI that the module leads to on click.

This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.

Implementation

core.String? uri;