Package org.prebid.mobile
Interface OnCompleteListener2
public interface OnCompleteListener2
Additional fetch demand listener.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonComplete(ResultCode resultCode, Map<String, String> unmodifiableMap) This method will be called when PrebidMobile finishes attaching keywords to unmodifiableMap.
-
Method Details
-
onComplete
This method will be called when PrebidMobile finishes attaching keywords to unmodifiableMap.- Parameters:
resultCode- seeResultCodeclass definition for detailsunmodifiableMap- a map of targeting Key/Value pairs
-