BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   Developer Forum (http://www.blackberryforums.com/forumdisplay.php?f=15)
-   -   Argument is not nullable while using pish.openListener (http://www.blackberryforums.com/showthread.php?t=262049)

annuk 10-24-2012 06:03 AM

Argument is not nullable while using pish.openListener
 
Hi ,



I am trying to register my device to blackberry server using:



blackberry.push.openBISPushListener(ops, this.onData, this.onRegister, this.onSimChange);



But i get the following error: Argument is not nullable



My code is as follows:



registerForNotifications : function() {

try {
var ops = {
port : NotificationConstants.bbPort,
appId : NotificationConstants.bbAppId,
serverUrl : NotificationConstants.bbServerUrl,
wakeUpPage : 'push.htm',
maxQueueCap : NotificationConstants.bbMax


};

console.log("BB PORT "+NotificationConstants.bbPort)
blackberry.push.openBISPushListener(ops, this.onData, this.onRegister, this.onSimChange);
} catch (err) {
alert('openBisError ' + err);
}




Where am i going wrong?

Thanks in advance.



Annuk.


All times are GMT -5. The time now is 04:38 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.