Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created September 16, 2019 23:31
Show Gist options
  • Save flurrydev/57a6b2347eab5debd0cfeb64dc095bdd to your computer and use it in GitHub Desktop.
Save flurrydev/57a6b2347eab5debd0cfeb64dc095bdd to your computer and use it in GitHub Desktop.
[Flurry openPrivacyDashboard:^(BOOL success) {
if (success)
{
NSLog(@"Successfully open privacy dashboard!");
} else {
NSLog(@"Fail to open privacy dashboard!");
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment