Interface NavigationType


  • public interface NavigationType
    Each banner has navigation type according of creative. It affects to view, eg. when using "store" type app rating will be shown, and navigation on CTA click.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String STORE
      Navigation type used for advertising mobile applications
      static java.lang.String WEB
      Navigation type used for advertising web sites
    • Field Detail

      • WEB

        static final java.lang.String WEB
        Navigation type used for advertising web sites
        See Also:
        Constant Field Values
      • STORE

        static final java.lang.String STORE
        Navigation type used for advertising mobile applications
        See Also:
        Constant Field Values