//app-support/healthstack.app.pref/MetaDataStore/readChangesToken

readChangesToken

[androidJvm]
suspend fun readChangesToken(healthDataTypeString: String): String?

Retrieves the changes token for the specified healthDataTypeString from the metaDataStore.

Return

The changes token, or null if it is not present in the metaDataStore.

Parameters

androidJvm

   
healthDataTypeString The name of the health data type for which to retrieve the changes token.