DeviceSettingsRequest Android only¶
open classDeviceSettingsRequest
Returned by a DeviceSettings request — describes which settings screen to show and whether the user has already been prompted.
Contains device metadata (manufacturer, model, version) and a seen
flag so you can avoid showing the same screen repeatedly. Pass this object
to DeviceSettings.show to redirect the user.
Members¶
action¶
The Android Intent action used to open the target settings screen.
Warning
This field is set automatically by the native layer. Do not set it manually.
lastSeenAt¶
Timestamp of the last time this screen was shown to the user.
seen¶
true if this settings screen has already been shown to the user on this
device. Use this to avoid showing the same prompt repeatedly.