onFetched abstract method
Informs the app when publisher data is fetched.
data
is a Map of key-value paired configuration for publisher segmentation
data. data
is nil if publisher data is not fetched or changed.
Implementation
void onFetched(Map<String, String> data);