Share via


CarrierConfigManager.ImsVoice.SessionRefreshMethodInvite Field

Definition

Caution

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

SIP INVITE is used for Session Refresh

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

Field Value

Value = 0
Attributes

Remarks

SIP INVITE is used for Session Refresh

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

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