WithSIM

data class WithSIM(val imsi: String) : SimState

Represents a device with a SIM card installed.

This state captures the International Mobile Subscriber Identity (IMSI) of the inserted SIM card, which uniquely identifies the subscriber's account within the mobile network.

Constructors

Link copied to clipboard
constructor(imsi: String)

Properties

Link copied to clipboard

The IMSI of the inserted SIM card.