setIntervalAttribute

fun setIntervalAttribute(intervalType: String, key: String, value: String)

Sends a custom string meta-data property for the given interval.

Parameters

intervalType

The interval type to which the property will be assigned.

key

The key of the property.

value

The value of the property.


fun setIntervalAttribute(intervalType: String, key: String, value: Number)

Sends a custom number meta-data property for the given interval.

Parameters

intervalType

The interval type to which the property will be assigned.

key

The key of the property.

value

The value of the property.


fun setIntervalAttribute(intervalType: String, key: String, value: Boolean)

Sends a custom boolean meta-data property for the given interval.

Parameters

intervalType

The interval type to which the property will be assigned.

key

The key of the property.

value

The value of the property.