FrakSdkVersion
Ce contenu n’est pas encore disponible dans votre langue.
object FrakSdkVersion
Version of this SDK build, sent on every request. @JvmStatic val rather than const val: a const is inlined into the merchant’s bytecode and would report their compile-time version.
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| CURRENT | val CURRENT: String Keep in step with frak.sdk.version in gradle.properties; the build checks it. |
| HEADER_NAME | val HEADER_NAME: String Wire plumbing for HttpClient; not merchant API. |
| HEADER_VALUE | val HEADER_VALUE: String What HEADER_NAME carries. Platform-prefixed: the version alone is identical on both SDKs, so a fleet of frozen binaries is otherwise indistinguishable on the wire. |
| QUERY_PARAMETER_NAME | val QUERY_PARAMETER_NAME: String Wire plumbing for :frak-sdk-ui’s page URLs; not merchant API. |