pushbullet-java-8 icon indicating copy to clipboard operation
pushbullet-java-8 copied to clipboard

Request examples

Open SimoneCanali2Uni opened this issue 8 years ago • 1 comments

Could you kindly write an example of sending and receiving notes? Thanks

SimoneCanali2Uni avatar Sep 05 '16 08:09 SimoneCanali2Uni

String apiToken = "....."; Pushbullet pushbullet = new Pushbullet(apiToken); SendableNotePush push = new SendableNotePush("title", "body"); pushbullet.push(push);

a-reznic avatar Jan 22 '18 09:01 a-reznic