Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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  ]Appoxee.methodName()".

 

-(void)optOutInbox:(BOOL)flag;

...

//Opt in/Out (Push,Badge,Sound,Inbox). Return TRUE on success

public static boolean OptOut(String value,boolean toggleValue)


//Get Sound Enabled Flag (Opted In/Out)

public static boolean getSoundEnableValue()


//Get Push Enabled Flag (Opted In/Out)

public static boolean getPushEnableValue()


//Get Badge Enabled Flag (Opted In/Out)

public static boolean getBadgeEnableValue()


//Is Inbox Feature enabled

public static boolean getInboxEnableValue()


//Is Feedback Feature enabled

public static boolean getFeedbackEnableValue()