RegistrationManagerRegistrationCallback.OnRegistering メソッド

定義

オーバーロード

OnRegistering(ImsRegistrationAttributes)

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

OnRegistering(Int32)

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

OnRegistering(ImsRegistrationAttributes)

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

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

パラメーター

attributes
ImsRegistrationAttributes

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

属性

注釈

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

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

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

適用対象

OnRegistering(Int32)

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

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

パラメーター

imsTransportType
Int32

無線アクセス技術。

属性

注釈

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

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

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

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

適用対象