getLiveValueForKey

open fun getLiveValueForKey(@NonNull domainType: String, @NonNull propertyKey: String): Any

Gets a property from a LiveUpdate matching the domainType and propertyKey

Return

a nullable object representing the value for the key

Parameters

domainType

The domainType the propertyKey is on

propertyKey

The key of what property is requested