iOS SDK - setMetadata method
With this method, you can set the value of one of the metadata fields configured on the OpenReplay platform.
See metadata for more details.
Signature
Section titled SignatureORTracker.shared.setMetadata(key: String, value: String)
Parameters
Section titled Parameterskey: string
: The metadata key to save.value: string
: The value to save as metadata.
Return Value
Section titled Return ValueThis method does not return any values. The information is saved directly as part of the replay and can be seen inside the OpenReplay platform.
Have questions?
Section titled Have questions?If you have any questions about this process, feel free to reach out to us on our Slack or check out our Forum.