Share via


CarrierConfigManager.ImsVoice.SessionPrivacyTypeHeader Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.ImsVoiceSessionPrivacyType enum directly instead of this field.

Session privacy type is HEADER as per RFC 3323 Section 4.

[Android.Runtime.Register("SESSION_PRIVACY_TYPE_HEADER", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsVoiceSessionPrivacyType enum directly instead of this field.", true)]
public const Android.Telephony.ImsVoiceSessionPrivacyType SessionPrivacyTypeHeader = 0;
[<Android.Runtime.Register("SESSION_PRIVACY_TYPE_HEADER", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsVoiceSessionPrivacyType enum directly instead of this field.", true)>]
val mutable SessionPrivacyTypeHeader : Android.Telephony.ImsVoiceSessionPrivacyType

Field Value

Value = 0
Attributes

Remarks

Session privacy type is HEADER as per RFC 3323 Section 4.2.

Java documentation for android.telephony.CarrierConfigManager.ImsVoice.SESSION_PRIVACY_TYPE_HEADER.

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