Package com.castlabs.android.adverts
Interface AdProvider
-
public interface AdProviderImplementation 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 AdLoadercreateAdLoader(AdRequest adRequest)StringgetName()Return a unique name to identify the session provider.
-