com.bumptech.glide.signature
Class ApplicationVersionSignature
java.lang.Object
com.bumptech.glide.signature.ApplicationVersionSignature
public final class ApplicationVersionSignature
- extends Object
A utility class for obtaining a Key
signature containing the application version
name using PackageInfo.versionCode
.
Method Summary |
static Key |
obtain(Context context)
Returns the signature Key for version code of the Application of the given
Context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
obtain
public static Key obtain(Context context)
- Returns the signature
Key
for version code of the Application of the given
Context.