C# 클래스 GoogleCloudExtension.Analytics.EventsReporterWrapper

Helper class to deal with analytics events.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 메소드들

메소드 설명
AnalyticsOptInStateChanged ( ) : void

Called when the user changes the opt-in state to invalidate the state of the reporter.

EnsureAnalyticsOptIn ( ) : void

Ensures that the opt-in dialog is shown to the user.

ReportEvent ( AnalyticsEvent eventData ) : void

Called to report an interesting event to analytics. If there's a queue of events it will be flushed as well.

비공개 메소드들

메소드 설명
CreateReporter ( ) : IEventsReporter

메소드 상세

AnalyticsOptInStateChanged() 공개 정적인 메소드

Called when the user changes the opt-in state to invalidate the state of the reporter.
public static AnalyticsOptInStateChanged ( ) : void
리턴 void

EnsureAnalyticsOptIn() 공개 정적인 메소드

Ensures that the opt-in dialog is shown to the user.
public static EnsureAnalyticsOptIn ( ) : void
리턴 void

ReportEvent() 공개 정적인 메소드

Called to report an interesting event to analytics. If there's a queue of events it will be flushed as well.
public static ReportEvent ( AnalyticsEvent eventData ) : void
eventData AnalyticsEvent
리턴 void