TelephonyCallback.IRegistrationFailedListener.OnRegistrationFailed(CellIdentity, String, Int32, Int32, Int32) Method

Definition

[Android.Runtime.Register("onRegistrationFailed", "(Landroid/telephony/CellIdentity;Ljava/lang/String;III)V", "GetOnRegistrationFailed_Landroid_telephony_CellIdentity_Ljava_lang_String_IIIHandler:Android.Telephony.TelephonyCallback/IRegistrationFailedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public void OnRegistrationFailed (Android.Telephony.CellIdentity cellIdentity, string chosenPlmn, int domain, int causeCode, int additionalCauseCode);
[<Android.Runtime.Register("onRegistrationFailed", "(Landroid/telephony/CellIdentity;Ljava/lang/String;III)V", "GetOnRegistrationFailed_Landroid_telephony_CellIdentity_Ljava_lang_String_IIIHandler:Android.Telephony.TelephonyCallback/IRegistrationFailedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnRegistrationFailed : Android.Telephony.CellIdentity * string * int * int * int -> unit

Parameters

cellIdentity
CellIdentity
chosenPlmn
String
domain
Int32
causeCode
Int32
additionalCauseCode
Int32
Attributes

Applies to