PromotionViewInfo

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

Constructors

Link copied to clipboard
constructor(url: String, postString: String)

Properties

Link copied to clipboard
Link copied to clipboard
var url: String

Inherited functions

Link copied to clipboard
open fun toJSON(): JSONObject
Link copied to clipboard
fun toMap(): Map<String, Any>
Link copied to clipboard
open override fun toString(): String