Call.ExtraLastEmergencyCallbackTimeMillis 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.
Extra key used to indicate the time (in milliseconds since midnight, January 1, 1970 UTC) when the last outgoing emergency call was made.
[Android.Runtime.Register("EXTRA_LAST_EMERGENCY_CALLBACK_TIME_MILLIS", ApiSince=26)]
public const string ExtraLastEmergencyCallbackTimeMillis;
[<Android.Runtime.Register("EXTRA_LAST_EMERGENCY_CALLBACK_TIME_MILLIS", ApiSince=26)>]
val mutable ExtraLastEmergencyCallbackTimeMillis : string
Field Value
- Attributes
Remarks
Extra key used to indicate the time (in milliseconds since midnight, January 1, 1970 UTC) when the last outgoing emergency call was made. This is used to identify potential emergency callbacks.
Java documentation for android.telecom.Call.EXTRA_LAST_EMERGENCY_CALLBACK_TIME_MILLIS
.
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.