OpenVpnReportBreakageFrom

data class OpenVpnReportBreakageFrom(val launchFrom: String, val breakageCategories: List<AppBreakageCategory>) : GlobalActivityStarter.ActivityParams

Model that represents the VPN Report Breakage Screen

Parameters

launchFrom

string that identifies the origin that launches the vpn breakage report screen

breakageCategories

list of breakage categories you'd like to be displayed in the breakage form to be filled by the user

Constructors

Link copied to clipboard
constructor(launchFrom: String, breakageCategories: List<AppBreakageCategory>)

Properties

Link copied to clipboard