This version of Unity is unsupported.

Analytics.SetEventPriority

public static Analytics.AnalyticsResult SetEventPriority(string eventName, Analytics.AnalyticsEventPriority eventPriority, int ver, string prefix);

Parameters

eventName Name of the event.
ver Event version number.
prefix Optional event name prefix value.
eventPriority Event priority.

Description

Use this API to set the event priority. Note: This API is for internal use only and is likely change in the future. Do not use in user code.