TelecomManager.ExtraUuid 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 used with #ACTION_CALL_BACK to specify the UUID value representing
the call ID returned by android.telecom.CallControl#getCallId().
[Android.Runtime.Register("EXTRA_UUID", ApiSince=36)]
public const string ExtraUuid;
[<Android.Runtime.Register("EXTRA_UUID", ApiSince=36)>]
val mutable ExtraUuid : string
Field Value
- Attributes
Remarks
Extra used with #ACTION_CALL_BACK to specify the UUID value representing the call ID returned by android.telecom.CallControl#getCallId().
This extra is required when using #ACTION_CALL_BACK to initiate a callback to a specific call.
Type: String
Applications that support the #ACTION_CALL_BACK intent should obtain the UUID value by calling android.telecom.CallControl#getCallId() during the initial call and persist this UUID along with other call-related information. When receiving the UUID via the #ACTION_CALL_BACK intent, the application should retrieve the corresponding call information using the provided UUID and initiate a new call using the stored details.
Java documentation for android.telecom.TelecomManager.EXTRA_UUID.
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.