Package com.batch.android
Class Batch.Messaging.DisplayHint
java.lang.Object
com.batch.android.Batch.Messaging.DisplayHint
- Enclosing class:
- Batch.Messaging
-
Method Summary
Modifier and TypeMethodDescriptionstatic Batch.Messaging.DisplayHint
embed
(FrameLayout layout) Embed display hint: Batch will embed the banner in the given FrameLayout, no questions asked.static Batch.Messaging.DisplayHint
findUsingView
(View view) Automatically find an appropriate container: Batch will use the given view as a base to walk up the view tree until it reaches the window's content view, or a CoordinatorLayout.
-
Method Details
-
findUsingView
Automatically find an appropriate container: Batch will use the given view as a base to walk up the view tree until it reaches the window's content view, or a CoordinatorLayout. -
embed
Embed display hint: Batch will embed the banner in the given FrameLayout, no questions asked.
-