Hello (Andrus?);

It is possible to turn the notifications on and off from the DataRowStore, but 
it is not possible to externally set the handler from outside the class.  Are 
you able to add these two methods to STABLE-3.0 and 3.1 so I am able to control 
that;

    public void setRemoteNotificationsHandler(EventBridge value) {
        remoteNotificationsHandler = value;
    }
    
    public EventBridge getRemoteNotificationsHandler() {
        return remoteNotificationsHandler;
    }

cheers.

___
Andrew Lindesay
www.silvereye.co.nz

Reply via email to