Notification.CallStyle.SetIsVideo(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.
Sets whether the call is a video call, which may affect the icons or text used on the required action buttons.
[Android.Runtime.Register("setIsVideo", "(Z)Landroid/app/Notification$CallStyle;", "GetSetIsVideo_ZHandler", ApiSince=31)]
public virtual Android.App.Notification.CallStyle SetIsVideo(bool isVideo);
[<Android.Runtime.Register("setIsVideo", "(Z)Landroid/app/Notification$CallStyle;", "GetSetIsVideo_ZHandler", ApiSince=31)>]
abstract member SetIsVideo : bool -> Android.App.Notification.CallStyle
override this.SetIsVideo : bool -> Android.App.Notification.CallStyle
Parameters
- isVideo
- Boolean
boolean
Returns
This Android.App.Notification.CallStyle instance, allowing calls to be chained.
- Attributes
Remarks
Sets whether the call is a video call, which may affect the icons or text used on the required action buttons.
Android reference for android.app.Notification.CallStyle.setIsVideo.
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.