Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

We have added the option to let you use these methods within your app's setting screen, so the user can switch on/off the inbox (if applicable to you application) and the option of receiving Push Notifications.

Each Method is called through "[ AppoxeeManager sharedManager  ]".

 

-(void)optOutInbox:(BOOL)flag;

-(void)optOutPush:(BOOL)flag;

  • No labels