Exemple #1
0
 public static void GoToResultPageIfOnboarded(UIViewController parent)
 {
     ConsentsHelper.DoActionWhenOnboarded(() => GoToResultPage(parent, false));
 }
Exemple #2
0
 public static void GoToStartPageIfIsOnboarded(Activity parent)
 {
     ConsentsHelper.DoActionWhenOnboarded(() => GoToResultPageAndClearTop(parent));
 }