toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.screens.force
/
ForceScreenModel
Force
Screen
Model
data
class
ForceScreenModel
(
val
title
:
String
=
""
,
val
description
:
String
=
""
,
val
link
:
String
?
=
null
,
val
isEnable
:
Boolean
=
false
,
val
maxVersion
:
Int
=
-1
)
Members
Constructors
Force
Screen
Model
Link copied to clipboard
constructor
(
title
:
String
=
""
,
description
:
String
=
""
,
link
:
String
?
=
null
,
isEnable
:
Boolean
=
false
,
maxVersion
:
Int
=
-1
)
Properties
description
Link copied to clipboard
val
description
:
String
is
Enable
Link copied to clipboard
val
isEnable
:
Boolean
=
false
link
Link copied to clipboard
val
link
:
String
?
=
null
max
Version
Link copied to clipboard
val
maxVersion
:
Int
title
Link copied to clipboard
val
title
:
String