Class Batch.Messaging.DisplayHint

java.lang.Object
com.batch.android.Batch.Messaging.DisplayHint
Enclosing class:
Batch.Messaging

public static class Batch.Messaging.DisplayHint extends Object
  • Method Details

    • findUsingView

      public 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.
    • embed

      public static Batch.Messaging.DisplayHint embed(FrameLayout layout)
      Embed display hint: Batch will embed the banner in the given FrameLayout, no questions asked.