Поделиться через


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 и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

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 и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к