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