Package 

Class Connect

  • All Implemented Interfaces:

    
    public class Connect
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum Connect.ProviderMode

      Select the transaction type.

    • 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
      static IPaymentProvider getProvider(@NonNull() Context context, @NonNull() Connect.ProviderMode providerMode) Returns an instance for the requested payment provider with the given parameter.
      static String getVersion() Returns the version of library.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getProvider

        @NonNull() static IPaymentProvider getProvider(@NonNull() Context context, @NonNull() Connect.ProviderMode providerMode)

        Returns an instance for the requested payment provider with the given parameter. This is one entry point to the oppwa.mobile.connect framework. It takes the provider name and the shopper result url.

        Parameters:
        context - The context of the android application/activity
        providerMode - Select the ProviderMode, the library should operate in.