-
public final class CallCompositeCallScreenHeaderViewData
Options for the CallCompositeCallScreenHeaderViewData.
-
-
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. -
-
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.
-
-
-
-