simLockState property

String? simLockState
getter/setter pair

Possible string values are:

  • "SIM_LOCK_STATE_UNSPECIFIED" : Invalid code. Shouldn't be used.
  • "UNLOCKED" : Device is not SIM locked.
  • "LOCKED_TO_PARTNER" : Device is SIM locked to the partner querying SIM lock state.
  • "LOCKED_TO_OTHER_PARTNER" : Device is SIM locked to a different partner.

Implementation

core.String? simLockState;