I'm implementing Estimote Beacons as a cn1lib with background region 
monitoring. It requires that the beaconmanager is initialised in 
applicationDidFinishLoading and it I can only get it working this way:

ios.beforeFinishLaunching = self.beaconManager = [ESTBeaconManager new];

And then access that property in the native classes that I've added based 
on the calls from the Java code.

But in order for that to work I need:
@property (nonatomic, retain) ESTBeaconManager* beaconManager;

In the AppDelegate header, and there doesn't seem to be a build hint to do 
that.

If there is a way to do this or kludge this to get the same result that 
would be great.


-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/a458abdb-705d-41b9-9d71-275e6ea298ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to