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

    title

    The String that would be displayed as the title on setup screen If title is empty the default title “Setup” would be used

    subtitle

    The String that would be displayed as the subtitle on setup screen If this is nil the subtitle would be hidden