getValueFromPayload abstract method

bool getValueFromPayload(
  1. T payload
)

Implement in subclasses to extract the field's value from the payload.

Implementation

bool getValueFromPayload(T payload);