ImsManager.GetImsRcsManager(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 an instance of ImsRcsManager for the subscription id specified.
[Android.Runtime.Register("getImsRcsManager", "(I)Landroid/telephony/ims/ImsRcsManager;", "GetGetImsRcsManager_IHandler", ApiSince=30)]
public virtual Android.Telephony.Ims.ImsRcsManager GetImsRcsManager (int subscriptionId);
[<Android.Runtime.Register("getImsRcsManager", "(I)Landroid/telephony/ims/ImsRcsManager;", "GetGetImsRcsManager_IHandler", ApiSince=30)>]
abstract member GetImsRcsManager : int -> Android.Telephony.Ims.ImsRcsManager
override this.GetImsRcsManager : int -> Android.Telephony.Ims.ImsRcsManager
Parameters
- subscriptionId
- Int32
The ID of the subscription that this ImsRcsManager will use.
Returns
a ImsRcsManager instance with the specific subscription ID.
- Attributes
Remarks
Create an instance of ImsRcsManager for the subscription id specified.
Java documentation for android.telephony.ims.ImsManager.getImsRcsManager(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.