Version: 2020.1
言語: 日本語
public static void SetUserMetadata (string key, string value);

説明

Set a custom metadata key-value pair to be included with crash reports.

Set a value to null to clear a key.

Keys are limited to 255 characters and values to 1024 characters, and there is a limit of 64 key-value pairs. SetUserMetadata throws a System.ArgumentException if you attempt to exceed these limits.