SetupScreenViewData
public struct SetupScreenViewData
Object to represent the data needed to customize the call setup screen’s view data
-
Create an instance of a SetupScreenViewData. All information in this object is only stored locally in the composite.
Declaration
Swift
public init(title: String, subtitle: String? = nil)Parameters
titleThe String that would be displayed as the title on setup screen If title is empty the default title “Setup” would be used
subtitleThe String that would be displayed as the subtitle on setup screen If this is
nilthe subtitle would be hidden
View on GitHub
SetupScreenViewData Structure Reference