AdjustSdk.Adjust.TrackEvent C# (CSharp) Method

TrackEvent() public static method

Tell Adjust that a particular event has happened.
public static TrackEvent ( AdjustEvent adjustEvent ) : void
adjustEvent AdjustEvent /// The object that configures the event. ///
return void
        public static void TrackEvent(AdjustEvent adjustEvent)
        {
            AdjustInstance.TrackEvent(adjustEvent);
        }