api,sim: new 'SimType', 'Removability' and 'EsimStatus' properties

This commit is contained in:
som
2021-11-20 21:30:07 +01:00
committed by Aleksander Morgado
parent b07ce3cb87
commit 46016f68fd

View File

@@ -185,5 +185,36 @@
-->
<property name="PreferredNetworks" type="a(su)" access="read" />
<!--
SimType:
Indicates whether the current primary SIM is a ESIM or a physical SIM,
given as <link linkend="MMSimType">MMSimType</link> value.
Since: 1.20
-->
<property name="SimType" type="u" access="read" />
<!--
EsimStatus:
If current SIM is ESIM then this indicates whether there
is a profile or not, given as
<link linkend="MMSimEsimStatus">MMSimEsimStatus</link> value.
Since: 1.20
-->
<property name="EsimStatus" type="u" access="read" />
<!--
Removability:
Indicates whether the current SIM is a removable SIM or not, given as a
<link linkend="MMSimRemovability">MMSimRemovability</link> value.
Since: 1.20
-->
<property name="Removability" type="u" access="read" />
</interface>
</node>