staffstart-android-sdk
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.multibrand.domain.model
/
Attachment
Attachment
data
class
Attachment
(
val
type
:
<Error class: unknown class>
,
val
imageUrl
:
ImageUrl
,
val
htmlIframe
:
String
?
=
null
,
val
htmlDiv
:
String
?
=
null
,
val
contentUrl
:
String
?
=
null
)
(
source
)
SNAP PLAYに紐づく画像・動画
Members
Constructors
Attachment
Link copied to clipboard
constructor
(
type
:
<Error class: unknown class>
,
imageUrl
:
ImageUrl
,
htmlIframe
:
String
?
=
null
,
htmlDiv
:
String
?
=
null
,
contentUrl
:
String
?
=
null
)
Properties
content
Url
Link copied to clipboard
val
contentUrl
:
String
?
=
null
動画再生用ファイルURL
html
Div
Link copied to clipboard
val
htmlDiv
:
String
?
=
null
動画埋め込み用divタグ
html
Iframe
Link copied to clipboard
val
htmlIframe
:
String
?
=
null
動画埋め込み用iframeダグ
image
Url
Link copied to clipboard
val
imageUrl
:
ImageUrl
画像URL
type
Link copied to clipboard
val
type
:
<Error class: unknown class>
タイプ