setProperty

fun setProperty(key: String, content: Boolean)

Set a custom Boolean value to be send as a SDK metadata.

If the key was previously set the old value would be overwritten by content.

Parameters

key

The key of the metadata.

content

The value of the metadata.


fun setProperty(key: String, content: String)

Set a custom String value to be send as a SDK metadata.

If the key was previously set the old value would be overwritten by content.

Parameters

key

The key of the metadata.

content

The value of the metadata.