TelecomManager.ActionCallBack 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.
Activity action: Triggers the calling UI and initiates a call back to a previous call made by the application.
[Android.Runtime.Register("ACTION_CALL_BACK", ApiSince=36)]
public const string ActionCallBack;
[<Android.Runtime.Register("ACTION_CALL_BACK", ApiSince=36)>]
val mutable ActionCallBack : string
Field Value
- Attributes
Remarks
Activity action: Triggers the calling UI and initiates a call back to a previous call made by the application. The specific call to be re-called is identified by the UUID, which must be included as an extra in the intent using #EXTRA_UUID
Note: VoIP apps should register the intent if they need to integrate the call history into the system call logs.
Java documentation for android.telecom.TelecomManager.ACTION_CALL_BACK.
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.