Package 

Class DefaultNetworkKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static GiniCaptureDefaultNetworkService getDefaultNetworkService(Context context, String clientId, String clientSecret, String emailDomain, DocumentMetadata documentMetadata) Utility method to create a basic Default Network Service.
      final static GiniCaptureDefaultNetworkApi getDefaultNetworkApi(GiniCaptureDefaultNetworkService service) Utility method to create a basic Default Network Api.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getDefaultNetworkService

         final static GiniCaptureDefaultNetworkService getDefaultNetworkService(Context context, String clientId, String clientSecret, String emailDomain, DocumentMetadata documentMetadata)

        Utility method to create a basic Default Network Service. For more control see GiniCaptureDefaultNetworkService.

      • getDefaultNetworkApi

         final static GiniCaptureDefaultNetworkApi getDefaultNetworkApi(GiniCaptureDefaultNetworkService service)

        Utility method to create a basic Default Network Api. For more details see GiniCaptureDefaultNetworkApi.