ImsManager.GetImsMmTelManager(Int32) Method

Definition

Create an instance of ImsMmTelManager for the subscription id specified.

[Android.Runtime.Register("getImsMmTelManager", "(I)Landroid/telephony/ims/ImsMmTelManager;", "GetGetImsMmTelManager_IHandler", ApiSince=30)]
public virtual Android.Telephony.Ims.ImsMmTelManager GetImsMmTelManager (int subscriptionId);
[<Android.Runtime.Register("getImsMmTelManager", "(I)Landroid/telephony/ims/ImsMmTelManager;", "GetGetImsMmTelManager_IHandler", ApiSince=30)>]
abstract member GetImsMmTelManager : int -> Android.Telephony.Ims.ImsMmTelManager
override this.GetImsMmTelManager : int -> Android.Telephony.Ims.ImsMmTelManager

Parameters

subscriptionId
Int32

The ID of the subscription that this ImsMmTelManager will use.

Returns

a ImsMmTelManager instance with the specific subscription ID.

Attributes

Remarks

Create an instance of ImsMmTelManager for the subscription id specified.

Java documentation for android.telephony.ims.ImsManager.getImsMmTelManager(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.

Applies to