Język

ImsVoiceSessionRefreshMethod Enum

Definition

public enum ImsVoiceSessionRefreshMethod
type ImsVoiceSessionRefreshMethod = 
Inheritance
ImsVoiceSessionRefreshMethod

Fields

Name Value Description
Invite 0

SIP INVITE is used for Session Refresh

Android reference 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.

UpdatePreferred 1

Both SIP INVITE and UPDATE are used for session refresh. SIP UPDATE will be used if UPDATE is in 'Allow' header. If UPDATE is not in 'Allow' header, then INVITE will be used.

Android reference for android.telephony.CarrierConfigManager.ImsVoice.SESSION_REFRESH_METHOD_UPDATE_PREFERRED.

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