-
- All Implemented Interfaces:
-
co.elastic.apm.android.sdk.internal.services.Lifecycle,co.elastic.apm.android.sdk.internal.services.Service
public class ApmMetadataService implements Service
-
-
Constructor Summary
Constructors Constructor Description ApmMetadataService(Context appContext)
-
Method Summary
Modifier and Type Method Description StringgetServiceName()StringgetServiceVersion()StringgetServerUrl()StringgetSecretToken()StringgetApiKey()StringgetDeploymentEnvironment()voidstart()voidstop()Stringname()-
-
Constructor Detail
-
ApmMetadataService
ApmMetadataService(Context appContext)
-
-
Method Detail
-
getServiceName
@NonNull() String getServiceName()
-
getServiceVersion
@NonNull() String getServiceVersion()
-
getServerUrl
@Nullable() String getServerUrl()
-
getSecretToken
@Nullable() String getSecretToken()
-
getDeploymentEnvironment
@NonNull() String getDeploymentEnvironment()
-
start
void start()
-
stop
void stop()
-
-
-
-