CarrierConfigManager.KeyCdma3waycallFlashDelayInt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For carriers which require an empty flash to be sent before sending the normal 3-way calling flash, the duration in milliseconds of the empty flash to send.
[Android.Runtime.Register("KEY_CDMA_3WAYCALL_FLASH_DELAY_INT", ApiSince=26)]
public const string KeyCdma3waycallFlashDelayInt;
[<Android.Runtime.Register("KEY_CDMA_3WAYCALL_FLASH_DELAY_INT", ApiSince=26)>]
val mutable KeyCdma3waycallFlashDelayInt : string
Field Value
- Attributes
Remarks
For carriers which require an empty flash to be sent before sending the normal 3-way calling flash, the duration in milliseconds of the empty flash to send. When 0
, no empty flash is sent.
Java documentation for android.telephony.CarrierConfigManager.KEY_CDMA_3WAYCALL_FLASH_DELAY_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.