RegistrationManagerRegistrationCallback.OnRegistered メソッド

定義

オーバーロード

OnRegistered(ImsRegistrationAttributes)

IMS プロバイダーが対応する属性を使用して IMS ネットワークに登録されると、フレームワークに通知します。

OnRegistered(Int32)

IMS プロバイダーが IMS ネットワークに登録されたときにフレームワークに通知します。

OnRegistered(ImsRegistrationAttributes)

IMS プロバイダーが対応する属性を使用して IMS ネットワークに登録されると、フレームワークに通知します。

[Android.Runtime.Register("onRegistered", "(Landroid/telephony/ims/ImsRegistrationAttributes;)V", "GetOnRegistered_Landroid_telephony_ims_ImsRegistrationAttributes_Handler", ApiSince=31)]
public virtual void OnRegistered (Android.Telephony.Ims.ImsRegistrationAttributes attributes);
[<Android.Runtime.Register("onRegistered", "(Landroid/telephony/ims/ImsRegistrationAttributes;)V", "GetOnRegistered_Landroid_telephony_ims_ImsRegistrationAttributes_Handler", ApiSince=31)>]
abstract member OnRegistered : Android.Telephony.Ims.ImsRegistrationAttributes -> unit
override this.OnRegistered : Android.Telephony.Ims.ImsRegistrationAttributes -> unit

パラメーター

attributes
ImsRegistrationAttributes

この IMS 登録に関連付けられている属性。

属性

注釈

IMS プロバイダーが対応する属性を使用して IMS ネットワークに登録されると、フレームワークに通知します。

android.telephony.ims.RegistrationManager.RegistrationCallback.onRegistered(android.telephony.ims.ImsRegistrationAttributes)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

OnRegistered(Int32)

IMS プロバイダーが IMS ネットワークに登録されたときにフレームワークに通知します。

[Android.Runtime.Register("onRegistered", "(I)V", "GetOnRegistered_IHandler", ApiSince=30)]
public virtual void OnRegistered (int imsTransportType);
[<Android.Runtime.Register("onRegistered", "(I)V", "GetOnRegistered_IHandler", ApiSince=30)>]
abstract member OnRegistered : int -> unit
override this.OnRegistered : int -> unit

パラメーター

imsTransportType
Int32

無線アクセス技術。

属性

注釈

IMS プロバイダーが IMS ネットワークに登録されたときにフレームワークに通知します。

このメンバーは非推奨とされます。 代わりに、#onRegistered(ImsRegistrationAttributes) を使用してください。

android.telephony.ims.RegistrationManager.RegistrationCallback.onRegistered(int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象