()
| 429 | return String(this.native.getMinimumAppVersion()); |
| 430 | } |
| 431 | get url(): string { |
| 432 | return this.native?.getLink?.()?.toString?.(); |
| 433 | } |
| 434 | |
| 435 | get utmParameters(): Record<string, string> { |
| 436 | return deserialize(this.native.getUtmParameters()); |