onFetched abstract method

void onFetched(
  1. Map<String, String> data
)

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);