Connection.VideoProvider.OnSetPauseImage(Uri) 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.
Provides the VideoProvider
with the Uri
of an image to be displayed to
the peer device when the video signal is paused.
[Android.Runtime.Register("onSetPauseImage", "(Landroid/net/Uri;)V", "GetOnSetPauseImage_Landroid_net_Uri_Handler", ApiSince=23)]
public abstract void OnSetPauseImage (Android.Net.Uri? uri);
[<Android.Runtime.Register("onSetPauseImage", "(Landroid/net/Uri;)V", "GetOnSetPauseImage_Landroid_net_Uri_Handler", ApiSince=23)>]
abstract member OnSetPauseImage : Android.Net.Uri -> unit
Parameters
- uri
- Uri
URI of image to display.
- Attributes
Remarks
Provides the VideoProvider
with the Uri
of an image to be displayed to the peer device when the video signal is paused.
Sent from the InCallService
via InCallService.VideoCall#setPauseImage(Uri)
.
Java documentation for android.telecom.Connection.VideoProvider.onSetPauseImage(android.net.Uri)
.
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.