Class SessionCreatedCheckInterceptor

  • All Implemented Interfaces:
    okhttp3.Interceptor

    
    public class SessionCreatedCheckInterceptor
     implements Interceptor
                        

    Check if onboarding is successful then send the notification to the registered MobileServices

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Interceptor.Companion Companion
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Response intercept(@NonNull() Interceptor.Chain chain)
      • Methods inherited from class java.lang.Object

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

      • SessionCreatedCheckInterceptor

        SessionCreatedCheckInterceptor()
    • Method Detail

      • intercept

        @NonNull() Response intercept(@NonNull() Interceptor.Chain chain)