Class TaskFailureLogger

  • All Implemented Interfaces:
    com.google.android.gms.tasks.OnFailureListener

    public class TaskFailureLogger
    extends java.lang.Object
    implements com.google.android.gms.tasks.OnFailureListener
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskFailureLogger​(java.lang.String tag, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onFailure​(java.lang.Exception e)  
      • Methods inherited from class java.lang.Object

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

      • TaskFailureLogger

        public TaskFailureLogger​(@NonNull
                                 java.lang.String tag,
                                 @NonNull
                                 java.lang.String message)
    • Method Detail

      • onFailure

        public void onFailure​(@NonNull
                              java.lang.Exception e)
        Specified by:
        onFailure in interface com.google.android.gms.tasks.OnFailureListener