1-Inside Application class initialize SDK:
Pushbots.sharedInstance().init(this);
2-Inside onCreate() method MainActivity.class:
Pushbots.sharedInstance().registerForRemoteNotifications();
3-Set the alias of the targeted user after registration:
Pushbots.sharedInstance().setAlias("test");