Package com.castlabs.android.adverts
Interface AdClientInterface
-
public interface AdClientInterfaceImplementation 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 interfaceAdClientInterface.Listener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdClientInterface.ListenergetClientListener()Gets the client listener.voidsetClientListener(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
-
-