Package 

Class Credentials


  • 
    public final class Credentials
    
                        

    Provides the credentials and identifying information for all the data tracked with the SDK.

    • Constructor Detail

      • Credentials

        Credentials(String clientToken, String envName, String variant, String rumApplicationId, String serviceName)
        Parameters:
        clientToken - your API key of type Client Token
        envName - the environment name that will be sent with each event.
        variant - the variant of your application, which should be the value from your BuildConfig.FLAVOR constant if you have different flavors, NO_VARIANT otherwise.
        rumApplicationId - your applicationId for RUM events
        serviceName - the service name (if set to null, it'll be set to your application's package name, e.g.: com.example.