-
public class UniqueWorkNames
-
-
Field Summary
Fields Modifier and Type Field Description private final StringBACKGROUND_TRACE_UPLOADprivate final StringFOREGROUND_TRACE_UPLOADprivate final StringBACKGROUND_FETCH_CONFIGprivate final StringFOREGROUND_FETCH_CONFIGprivate final StringREFRESH_AUTHprivate final StringLOG_UPLOADpublic final static UniqueWorkNamesINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetBACKGROUND_TRACE_UPLOAD()Background TraceUploadWorker requests have these tag. final StringgetFOREGROUND_TRACE_UPLOAD()Foreground TraceUploadWorker requests have these tag. final StringgetBACKGROUND_FETCH_CONFIG()Background FetchConfigWorker requests have this tag. final StringgetFOREGROUND_FETCH_CONFIG()Foreground FetchConfigWorker requests have this tag. final StringgetREFRESH_AUTH()RefreshAuthWorker requests have this tag. final StringgetLOG_UPLOAD()LogUploadWorker requests have these tag. -
-
Method Detail
-
getBACKGROUND_TRACE_UPLOAD
final String getBACKGROUND_TRACE_UPLOAD()
Background TraceUploadWorker requests have these tag.
-
getFOREGROUND_TRACE_UPLOAD
final String getFOREGROUND_TRACE_UPLOAD()
Foreground TraceUploadWorker requests have these tag.
-
getBACKGROUND_FETCH_CONFIG
final String getBACKGROUND_FETCH_CONFIG()
Background FetchConfigWorker requests have this tag.
-
getFOREGROUND_FETCH_CONFIG
final String getFOREGROUND_FETCH_CONFIG()
Foreground FetchConfigWorker requests have this tag.
-
getREFRESH_AUTH
final String getREFRESH_AUTH()
RefreshAuthWorker requests have this tag.
-
getLOG_UPLOAD
final String getLOG_UPLOAD()
LogUploadWorker requests have these tag.
-
-
-
-