Share via


ImsRegistrationAttributes.FeatureTags Property

Definition

Gets the Set of feature tags associated with the current IMS registration, if the IMS service supports supplying this information.

public System.Collections.Generic.ICollection<string> FeatureTags { [Android.Runtime.Register("getFeatureTags", "()Ljava/util/Set;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getFeatureTags", "()Ljava/util/Set;", "", ApiSince=31)>]
member this.FeatureTags : System.Collections.Generic.ICollection<string>

Property Value

The Set of feature tags associated with the current IMS registration.

Attributes

Remarks

Gets the Set of feature tags associated with the current IMS registration, if the IMS service supports supplying this information.

The format of the set of feature tags will be one feature tag key and value per entry and will potentially contain MMTEL and RCS feature tags, depending the configuration of the IMS service associated with the registration indications. Each feature tag will contain the feature tag name and string value (if applicable), even if they have the same feature tag name. For example, +g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.oma.cpm.msg, urn%3Aurn-7%3A3gpp-service.ims.icsi.oma.cpm.session", +g.gsma.callcomposer will be split into three feature tag entries: {+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.oma.cpm.msg", +g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.oma.cpm.session", +g.gsma.callcomposer}.

Java documentation for android.telephony.ims.ImsRegistrationAttributes.getFeatureTags().

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