Re: [mono-android] JNIENV Call Syntax

2012-03-20 Thread Jonathan Pryor
On Mar 20, 2012, at 5:15 AM, GavinBryan wrote: > Thanks Jon, perfect and all working now. Is there a good a good resource > anywhere you can recommend for reading up the details of JNIENV. We're currently working on a "JNI within Mono for Android" document. In the meantime, there's the actual J

Re: [mono-android] JNIENV Call Syntax

2012-03-20 Thread GavinBryan
Thanks Jon, perfect and all working now. Is there a good a good resource anywhere you can recommend for reading up the details of JNIENV. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/JNIENV-Call-Syntax-tp5578767p5579412.html Sent from the Mono for Android mailin

Re: [mono-android] JNIENV Call Syntax

2012-03-19 Thread Jonathan Pryor
On Mar 19, 2012, at 8:56 PM, GavinBryan wrote: > I'm trying to make a call from c# to a Java library and can't figure out the > bits of JNIENV syntax You're on the right track... :-) > // This is the Java call I'm trying to make in C# > String apid = PushManager.shared().getAPID(); > IntPtr ipP

[mono-android] JNIENV Call Syntax

2012-03-19 Thread GavinBryan
I'm trying to make a call from c# to a Java library and can't figure out the bits of JNIENV syntax, I'm able to get so far and was wondering if anyone could help me. I have put the Java Code and the C# code that I've got so far. I've just listed some of the main members in the Java PushManager clas