public interface Provider
ServiceRunner (usually Bidder).
Copyright © Enremmeta LLC 2015. All Rights Reserved.
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ProviderInfoReceived |
getProviderInfo(OpenRtbRequest req) |
void |
init() |
void |
initAsync(SimpleCallback callback) |
boolean |
isEnabled() |
boolean |
isInitAsync() |
boolean |
match(ProviderInfoReceived received,
ProviderInfoRequired required) |
ProviderInfoRequired |
parse(String json) |
ProviderInfoReceived getProviderInfo(OpenRtbRequest req)
void init() throws Lot49Exception
Lot49Exceptionvoid initAsync(SimpleCallback callback) throws Lot49Exception
Lot49Exceptionboolean isInitAsync()
boolean isEnabled()
String getName()
ProviderInfoRequired parse(String json) throws Lot49Exception
Lot49Exceptionboolean match(ProviderInfoReceived received, ProviderInfoRequired required)