Package org.prebid.mobile
Interface OnCompleteListener2
-
public interface OnCompleteListener2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonComplete(ResultCode resultCode, java.util.Map<java.lang.String,java.lang.String> unmodifiableMap)This method will be called when PrebidMobile finishes attaching keywords to unmodifiableMap.
-
-
-
Method Detail
-
onComplete
void onComplete(ResultCode resultCode, java.util.Map<java.lang.String,java.lang.String> unmodifiableMap)
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
-
-