AdropEventParam
AdropEventParam.Builder().build()Builder functions
fun putBoolean(key: String, value: Boolean)
fun putBoolean(key: String, value: Boolean): AdropEventParam.Builderfun putFloat(key: String, value: Float)
fun putFloat(key: String, value: Float): AdropEventParam.Builderfun putInt(key: String, value: Int)
fun putInt(key: String, value: Int): AdropEventParam.Builderfun putString(key: String, value: String)
fun putString(key: String, value: String): AdropEventParam.Builderfun build()
Last updated