InCallService.OnBringToForeground(Boolean) Method
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.
Called to bring the in-call screen to the foreground.
[Android.Runtime.Register("onBringToForeground", "(Z)V", "GetOnBringToForeground_ZHandler", ApiSince=23)]
public virtual void OnBringToForeground (bool showDialpad);
[<Android.Runtime.Register("onBringToForeground", "(Z)V", "GetOnBringToForeground_ZHandler", ApiSince=23)>]
abstract member OnBringToForeground : bool -> unit
override this.OnBringToForeground : bool -> unit
Parameters
- showDialpad
- Boolean
If true, put up the dialpad when the screen is shown.
- Attributes
Remarks
Called to bring the in-call screen to the foreground. The in-call experience should respond immediately by coming to the foreground to inform the user of the state of ongoing Call
s.
Java documentation for android.telecom.InCallService.onBringToForeground(boolean)
.
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.