apkHash property
Computationally-efficient hash of an apk.
This value is computed in our backend and our Android SDK by zipping the apk file. Used by the SDK to map a release on the device to a release returned from the server.
Implementation
core.String? apkHash;