Package com.castlabs.android.adverts
Interface AdClientInterface
-
public interface AdClientInterface
Implementation of this interface provides Sdk with external Ads metadata enrichment mechanism.- Since:
- 3.2.2
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AdClientInterface.Listener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdClientInterface.Listener
getClientListener()
Gets the client listener.void
setClientListener(AdClientInterface.Listener listener)
Sets or unsets the givenAdClientInterface.Listener
.
-
-
-
Method Detail
-
setClientListener
void setClientListener(@Nullable AdClientInterface.Listener listener)
Sets or unsets the givenAdClientInterface.Listener
.- Parameters:
listener
- the listener to set otherwise null
-
getClientListener
@Nullable AdClientInterface.Listener getClientListener()
Gets the client listener.- Returns:
- Client listener
-
-