Granify Configuration
data class GranifyConfiguration @JvmOverloads constructor(val applicationContext: Context, val siteId: SiteIdentifier, val childSiteId: SiteIdentifier? = null, val codeVersion: String = "unknown")
The general configuration object used to gather all information needed to activate Granify.
Constructors
Link copied to clipboard
constructor(applicationContext: Context, siteId: SiteIdentifier, childSiteId: SiteIdentifier? = null, codeVersion: String = "unknown")
Properties
Link copied to clipboard
The application context. This will be used to generate a preference file named 'Granify'.
Link copied to clipboard
The 5-character (alpha-numeric, case sensitive) site identifier for the child site. This should be null
in most cases. The exceptions are installs with parent and child sites; usually when a shared top-level domain exists across stores.
Link copied to clipboard
The version string of your application code. For example: 1.3.0
is a code version with 1
being the major version number, 3
being the minor, and 0
being the patch number.
Link copied to clipboard
The 5-character (alpha-numeric, case sensitive) site identifier provided to you by your account executive.