Versions Compared

Key

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

...

Expand
titleAndroid [Java]
Code Block
//Sets whether push notification are to be sent to the device
public RequestStatus setPushEnabled(boolean isPushEnabled) 

Appoxee.instance().setPushEnabled(true);

//Checks whether push notification are to be sent to the device
public boolean isPushEnabled()
 
Appoxee.instance().isPushEnabled()