-
public final class CallCompositeSetupScreenViewData
Provides navigation bar view data to Call Composite including title and subtitle. Create an instance of CallCompositeSetupScreenViewData and pass it to CallCompositeLocalOptions when launching a new call.
-
-
Constructor Summary
Constructors Constructor Description CallCompositeSetupScreenViewData()
Constructs CallCompositeSetupScreenViewData.
-
Method Summary
Modifier and Type Method Description String
getTitle()
Get the call title. CallCompositeSetupScreenViewData
setTitle(String title)
Set the title of the call setup screen to the supplied String. String
getSubtitle()
Get the call subtitle. CallCompositeSetupScreenViewData
setSubtitle(String subtitle)
Set subtitle of the call setup screen to the supplied String. -
-
Constructor Detail
-
CallCompositeSetupScreenViewData
CallCompositeSetupScreenViewData()
Constructs CallCompositeSetupScreenViewData.
-
-
Method Detail
-
setTitle
CallCompositeSetupScreenViewData setTitle(String title)
Set the title of the call setup screen to the supplied String.
- Parameters:
title
- title of the call.
-
getSubtitle
String getSubtitle()
Get the call subtitle.
-
setSubtitle
CallCompositeSetupScreenViewData setSubtitle(String subtitle)
Set subtitle of the call setup screen to the supplied String.
Title is required to be set as well for subtitle to appear on the screen.
- Parameters:
subtitle
- subtitle of the call.
-
-
-
-