-
public final class CallCompositeCallScreenHeaderViewDataOptions for the CallCompositeCallScreenHeaderViewData.
-
-
Constructor Summary
Constructors Constructor Description CallCompositeCallScreenHeaderViewData()Create a CallCompositeCallScreenHeaderViewData object.
-
Method Summary
Modifier and Type Method Description StringgetTitle()Get the title. CallCompositeCallScreenHeaderViewDatasetTitle(String title)Set the title. StringgetSubtitle()Get the subtitle. CallCompositeCallScreenHeaderViewDatasetSubtitle(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.
-
-
-
-