toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.social.story
/
AmityStoryItem
/
HYPERLINK
HYPERLINK
class
HYPERLINK
(
url
:
String
,
customText
:
String
?
=
null
)
:
AmityStoryItem
Members
Constructors
HYPERLINK
Link copied to clipboard
constructor
(
url
:
String
,
customText
:
String
?
=
null
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
Custom
Text
Link copied to clipboard
fun
getCustomText
(
)
:
String
?
get
Url
Link copied to clipboard
fun
getUrl
(
)
:
String
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)