Class AnalyticsValidator

  • All Implemented Interfaces:
    com.microsoft.appcenter.channel.Channel.Listener

    public class AnalyticsValidator
    extends com.microsoft.appcenter.channel.AbstractChannelListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldFilter​(com.microsoft.appcenter.ingestion.models.Log log)  
      • Methods inherited from class com.microsoft.appcenter.channel.AbstractChannelListener

        onClear, onGloballyEnabled, onGroupAdded, onGroupRemoved, onPaused, onPreparedLog, onPreparingLog, onResumed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnalyticsValidator

        public AnalyticsValidator()
    • Method Detail

      • shouldFilter

        public boolean shouldFilter​(@NonNull
                                    com.microsoft.appcenter.ingestion.models.Log log)
        Specified by:
        shouldFilter in interface com.microsoft.appcenter.channel.Channel.Listener
        Overrides:
        shouldFilter in class com.microsoft.appcenter.channel.AbstractChannelListener