|
Keewano Unity SDK
|
All string parameters passed to Keewano SDK methods must conform to the following specifications:
String parameters cannot be null or empty. Events containing null or empty string parameters will be discarded by the Keewano servers.
String parameters must not exceed 256 characters. The Keewano servers will truncate strings longer than 256 characters.
The following string types are exempt from the 256-character limit and may be any length:
When running in Unity Editor mode, the SDK automatically validates string parameters and logs warnings when violations are detected. This helps identify issues during development.