public interface IsimRecords
Modifier and Type | Method and Description |
---|---|
String |
getIsimChallengeResponse(String nonce)
Returns the response of ISIM Authetification through RIL.
|
String |
getIsimDomain()
Return the IMS home network domain name.
|
String |
getIsimImpi()
Return the IMS private user identity (IMPI).
|
String[] |
getIsimImpu()
Return an array of IMS public user identities (IMPU).
|
String |
getIsimIst()
Returns the IMS Service Table (IST) that was loaded from the ISIM.
|
String[] |
getIsimPcscf()
Returns the IMS Proxy Call Session Control Function(PCSCF) that were loaded from the ISIM.
|
String getIsimImpi()
String getIsimDomain()
String[] getIsimImpu()
String getIsimIst()
String[] getIsimPcscf()