CarrierConfigManager.GetConfigByComponentForSubId(String, Int32) Method

Definition

Gets the configuration values for a component using its prefix.

[Android.Runtime.Register("getConfigByComponentForSubId", "(Ljava/lang/String;I)Landroid/os/PersistableBundle;", "GetGetConfigByComponentForSubId_Ljava_lang_String_IHandler", ApiSince=30)]
public virtual Android.OS.PersistableBundle? GetConfigByComponentForSubId (string prefix, int subId);
[<Android.Runtime.Register("getConfigByComponentForSubId", "(Ljava/lang/String;I)Landroid/os/PersistableBundle;", "GetGetConfigByComponentForSubId_Ljava_lang_String_IHandler", ApiSince=30)>]
abstract member GetConfigByComponentForSubId : string * int -> Android.OS.PersistableBundle
override this.GetConfigByComponentForSubId : string * int -> Android.OS.PersistableBundle

Parameters

prefix
String

prefix of the component.

subId
Int32

the subscription ID, normally obtained from SubscriptionManager.

Returns

PersistableBundle
Attributes

Remarks

Java documentation for android.telephony.CarrierConfigManager.getConfigByComponentForSubId(java.lang.String, 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