Class IncodeWelcome.Builder

  • All Implemented Interfaces:

    
    public final class IncodeWelcome.Builder
    
                        

    Provides the methods to create and initialize an IncodeWelcome object. Capture Only SDK init requires only the application parameter. External token SDK init (no apiKey approach) requires the application and apiUrl parameters.

    Since:

    1.0.0

    • Constructor Detail

      • IncodeWelcome.Builder

        IncodeWelcome.Builder(Application application, String apiUrl, String apiKey, String e2eeUrl)
        Parameters:
        application - client application; This is a mandatory parameter.
        apiUrl - url of the server used for registration and authentication.
        apiKey - registered key to identify your application.
        e2eeUrl - url of the server used for End-to-End Encryption.
      • IncodeWelcome.Builder

        IncodeWelcome.Builder(Application application, String apiUrl, String apiKey)
        Parameters:
        application - client application; This is a mandatory parameter.
        apiUrl - url of the server used for registration and authentication.
        apiKey - registered key to identify your application.
      • IncodeWelcome.Builder

        IncodeWelcome.Builder(Application application, String apiUrl)
        Parameters:
        application - client application; This is a mandatory parameter.
        apiUrl - url of the server used for registration and authentication.
      • IncodeWelcome.Builder

        IncodeWelcome.Builder(Application application)
        Parameters:
        application - client application; This is a mandatory parameter.