Hive SDK v4
24.5.0
androidJvm
Hive SDK v4
/
com.hive
/
Promotion
/
PromotionViewInfo
Promotion
View
Info
class
PromotionViewInfo
(
var
url
:
String
,
var
postString
:
String
)
:
DataModel
Promotion 컨텐츠 화면 내용
Information of Promotion webview
korean
Hive 프로모션 웹 뷰의 UI 를 게임 UI 의 컨셉에 맞추기 위해서 프로모션 웹 뷰를 게임에서 직접 표시하기 위한 정보
english
Information to customize your promotion Webview UI
Members
Constructors
Promotion
View
Info
Link copied to clipboard
constructor
(
url
:
String
,
postString
:
String
)
Properties
post
String
Link copied to clipboard
var
postString
:
String
url
Link copied to clipboard
var
url
:
String
Inherited functions
to
JSON
Link copied to clipboard
open
fun
toJSON
(
)
:
JSONObject
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String