Class OverlayConfiguration


  • public abstract class OverlayConfiguration
    extends java.lang.Object
    This class is used to configure video overlay.
    • Constructor Detail

      • OverlayConfiguration

        public OverlayConfiguration()
    • Method Detail

      • isMapEnabled

        public abstract boolean isMapEnabled()
      • isSpeedometerEnabled

        public abstract boolean isSpeedometerEnabled()
      • isDateTimeEnabled

        public abstract boolean isDateTimeEnabled()
      • isCoordinatesEnabled

        public abstract boolean isCoordinatesEnabled()
      • getLogo

        @Nullable
        public abstract android.graphics.drawable.Drawable getLogo()
      • getTypeface

        public abstract android.graphics.Typeface getTypeface()