-
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface CloudXAdapterShowParams
Params passed to adapter
show()methods. Provides the activity for ad presentation. Additional fields (e.g., placement, custom data) can be added in the future without a breaking change.
-
-
Method Summary
Modifier and Type Method Description abstract ActivitygetActivity()-
-
Method Detail
-
getActivity
abstract Activity getActivity()
-
-
-
-