getProperty

open fun getProperty(propertyName: String): PropertyValueType


open fun <T> getProperty(eventPropertyId: String, type: Class<T>): T

Returns the casted value of the eventPropertyId.

Return

the casted value of the eventPropertyId.

Parameters

eventPropertyId

the id of the property to retrieve.

type

the class to be casted.

<T>

the expected type.