ultraWidebandState property

String? ultraWidebandState
getter/setter pair

Controls the state of the ultra wideband setting and whether the user can toggle it on or off. Possible string values are:

  • "ULTRA_WIDEBAND_STATE_UNSPECIFIED" : Unspecified. Defaults to ULTRA_WIDEBAND_USER_CHOICE.
  • "ULTRA_WIDEBAND_USER_CHOICE" : The user is allowed to toggle ultra wideband on or off.
  • "ULTRA_WIDEBAND_DISABLED" : Ultra wideband is disabled. The user is not allowed to toggle ultra wideband on via settings. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 14.

Implementation

core.String? ultraWidebandState;