TrustNXTTrustNXT
React SDKAPI ReferenceType aliases

Type Alias: CellularTechnology

type CellularTechnology = 
  | "GPRS"
  | "EDGE"
  | "WCDMA"
  | "HSDPA"
  | "HSUPA"
  | "CDMA"
  | "eHRPD"
  | "LTE"
  | "5G";