Interface DeveloperInfo.Builder

    • Method Detail

      • developerName

        DeveloperInfo.Builder developerName​(String developerName)

        The name of the developer.

        Parameters:
        developerName - The name of the developer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privacyPolicy

        DeveloperInfo.Builder privacyPolicy​(String privacyPolicy)

        The URL of the privacy policy.

        Parameters:
        privacyPolicy - The URL of the privacy policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • email

        DeveloperInfo.Builder email​(String email)

        The email of the developer.

        Parameters:
        email - The email of the developer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        DeveloperInfo.Builder url​(String url)

        The website of the developer.

        Parameters:
        url - The website of the developer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.