次の方法で共有


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 ネットワークに登録されたときにフレームワークに通知します。

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

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) を使用してください

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象