hasSeenChangelog

fun hasSeenChangelog(context: Context, versionOrId: String): Boolean(source)

Checks whether the user has already viewed the changelog for versionOrId on this device.

Return

true if previously viewed, false otherwise.

Parameters

context

Android Context.

versionOrId

Version string (e.g. "1.2.0") or unique changelog entry ID.