Package org.prebid.mobile
Interface OnCompleteListener2
public interface OnCompleteListener2
Additional fetch demand listener.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onComplete
(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
- seeResultCode
class definition for detailsunmodifiableMap
- a map of targeting Key/Value pairs
-