-
public final class CallCompositeCallScreenHeaderViewData
Options for the CallCompositeCallScreenHeaderViewData.
-
-
Field Summary
Fields Modifier and Type Field Description private String
title
private String
subtitle
private List<CallCompositeCustomButtonViewData>
customButtons
-
Constructor Summary
Constructors Constructor Description CallCompositeCallScreenHeaderViewData()
Create a CallCompositeCallScreenHeaderViewData object.
-
Method Summary
Modifier and Type Method Description String
getTitle()
Get the title. CallCompositeCallScreenHeaderViewData
setTitle(String title)
Set the title. String
getSubtitle()
Get the subtitle. CallCompositeCallScreenHeaderViewData
setSubtitle(String subtitle)
Set the subtitle. List<CallCompositeCustomButtonViewData>
getCustomButtons()
Get a custom button to the call composite. CallCompositeCallScreenHeaderViewData
setCustomButtons(List<CallCompositeCustomButtonViewData> button)
Set a custom button to the call composite. -
-
Constructor Detail
-
CallCompositeCallScreenHeaderViewData
CallCompositeCallScreenHeaderViewData()
Create a CallCompositeCallScreenHeaderViewData object.
-
-
Method Detail
-
setTitle
CallCompositeCallScreenHeaderViewData setTitle(String title)
Set the title.
- Parameters:
title
- The title.
-
getSubtitle
String getSubtitle()
Get the subtitle.
-
setSubtitle
CallCompositeCallScreenHeaderViewData setSubtitle(String subtitle)
Set the subtitle.
- Parameters:
subtitle
- The subtitle.
-
getCustomButtons
List<CallCompositeCustomButtonViewData> getCustomButtons()
Get a custom button to the call composite.
-
setCustomButtons
CallCompositeCallScreenHeaderViewData setCustomButtons(List<CallCompositeCustomButtonViewData> button)
Set a custom button to the call composite.
- Parameters:
button
- CallCompositeCallScreenControlBarOptions
-
-
-
-