noHistory property
Set to true
to launch the Android intent with the flag FLAG_ACTIVITY_NO_HISTORY
. The default value is false
.
Officially Supported Platforms/Implementations:
- Android
Implementation
bool? noHistory;
Set to true
to launch the Android intent with the flag FLAG_ACTIVITY_NO_HISTORY
. The default value is false
.
Officially Supported Platforms/Implementations:
bool? noHistory;