OpenVpnBreakageCategoryWithBrokenApp

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

Model that represents the VPN Report Breakage Category 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

appName

is the name of the app the user reported as broken

appPackageId

is the package ID of the app the user reported as broken

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard