Example #1
0
 protected InterceptAuditBase(IAppStorage appStorage) : base(appStorage)
 {
     ShowUserIdentifierTextfield = true;
     Localize("How is your experience with this app?", RemindLaterButtonText, DontRemindButtonText,
              "I like this app", "Not up to my expectations",
              "How would you like us to improve your experience? Please provide your comments below.",
              "Enter your email address", "Place your comments here", "Please provide a valid value for all fields", "Submit");
 }
 protected PlaystoreAuditBase(IAppStorage appStorage) : base(appStorage)
 {
     ReviewAppStoreButtonText = "Review app";
 }
 protected AuditBase(IAppStorage appStorage)
 {
     _appStorage = appStorage;
     InitDefaults();
 }