CarrierConfigManager.NotifyConfigChangedForSubId(Int32) Method

Definition

Calling this method triggers telephony services to fetch the current carrier configuration.

[Android.Runtime.Register("notifyConfigChangedForSubId", "(I)V", "GetNotifyConfigChangedForSubId_IHandler", ApiSince=23)]
public virtual void NotifyConfigChangedForSubId (int subId);
[<Android.Runtime.Register("notifyConfigChangedForSubId", "(I)V", "GetNotifyConfigChangedForSubId_IHandler", ApiSince=23)>]
abstract member NotifyConfigChangedForSubId : int -> unit
override this.NotifyConfigChangedForSubId : int -> unit

Parameters

subId
Int32
Attributes

Remarks

Java documentation for android.telephony.CarrierConfigManager.notifyConfigChangedForSubId(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to