AdjustSdk.Adjust.TrackEvent C# (CSharp) 메소드

TrackEvent() 공개 정적인 메소드

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