EuiccManager.CreateForCardId(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new EuiccManager object pinned to the given card ID.
[Android.Runtime.Register("createForCardId", "(I)Landroid/telephony/euicc/EuiccManager;", "GetCreateForCardId_IHandler", ApiSince=29)]
public virtual Android.Telephony.Euicc.EuiccManager CreateForCardId (int cardId);
[<Android.Runtime.Register("createForCardId", "(I)Landroid/telephony/euicc/EuiccManager;", "GetCreateForCardId_IHandler", ApiSince=29)>]
abstract member CreateForCardId : int -> Android.Telephony.Euicc.EuiccManager
override this.CreateForCardId : int -> Android.Telephony.Euicc.EuiccManager
Parameters
- cardId
- Int32
Returns
an EuiccManager that uses the given card ID for all calls.
- Attributes
Remarks
Create a new EuiccManager object pinned to the given card ID.
Java documentation for android.telephony.euicc.EuiccManager.createForCardId(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.