Toolkit
Toggle table of contents
1.7.7
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolkit
about
/
glass.yasan.toolkit.about.domain.model
/
Developer
/
Link
Link
data
class
Link
(
val
name
:
String
,
val
url
:
String
)
Members
Constructors
Link
Link copied to clipboard
constructor
(
name
:
String
,
url
:
String
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
Developer.Link.Type
>
Properties
icon
Link copied to clipboard
val
icon
:
DrawableResource
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
Developer.Link.Type
url
Link copied to clipboard
val
url
:
String