Skip to content

Commit

Permalink
Issue #SB-000 feat: Updated constants for TnC feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
swayangjit committed Dec 28, 2018
1 parent c15f0cf commit dc7806b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/telemetry/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ export class PageId {
public static readonly DOWNLOAD_SPINE = "download-spine";
public static readonly DIAL_NOT_LINKED = "dial-not-linked";
public static readonly DIAL_LINKED_NO_CONTENT = "dial-linked-but-no-content";
public static readonly TERMS_N_CONDITIONS = "terms-n-conditions";
public static readonly TERMS_N_CONDITIONS_STATIC_PAGE= "terms-n-conditions-static-page";

}

Expand Down Expand Up @@ -219,6 +221,7 @@ export class InteractSubtype {
public static readonly PLAY_CLICKED = "play-clicked";
public static readonly EXTRA_INFO = "extra-info";
public static readonly PROFILE_ATTRIBUTE_POPULATION = "profile-attribute-population";
public static readonly ACCEPTANCE_CHECKBOX_CLICKED = "acceptance_checkbox_clicked";
}
export class ErrorCode {
public static readonly ERR_DOWNLOAD_FAILED = "ERR_DOWNLOAD_FAILED";
Expand Down

0 comments on commit dc7806b

Please sign in to comment.