Package 

Class Batch.Messaging.DisplayHint

    • Method Summary

      Modifier and Type Method Description
      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.
      static Batch.Messaging.DisplayHint embed(@NonNull() FrameLayout layout) Embed display hint:Batch will embed the banner in the given FrameLayout, no questions asked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait