toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.model
/
CustomField
Custom
Field
data
class
CustomField
(
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
includeInStats
:
Boolean
?
=
null
)
Members
Constructors
Custom
Field
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
type
:
String
?
=
null
,
includeInStats
:
Boolean
?
=
null
)
Properties
include
In
Stats
Link copied to clipboard
val
includeInStats
:
Boolean
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null