Package com.castlabs.android.adverts
Interface AdProvider
-
public interface AdProvider
Implementation of this interface allows creating new AdsLoader instances.- Since:
- 3.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdLoader
createAdLoader(AdRequest adRequest)
String
getName()
Return a unique name to identify the session provider.
-