-
public class Batch.Messaging.DisplayHint
-
-
Method Summary
Modifier and Type Method Description static Batch.Messaging.DisplayHintfindUsingView(@NonNull() 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. static Batch.Messaging.DisplayHintembed(@NonNull() FrameLayout layout)Embed display hint:Batch will embed the banner in the given FrameLayout, no questions asked. -
-
Method Detail
-
findUsingView
static Batch.Messaging.DisplayHint findUsingView(@NonNull() 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.
-
embed
static Batch.Messaging.DisplayHint embed(@NonNull() FrameLayout layout)
Embed display hint:Batch will embed the banner in the given FrameLayout, no questions asked.
-
-
-
-