[mono-android] Trying to Call PushManager.share().setIntentReciver(IntentReceiver.class)

Adrian@Gravity adrian at creategravity.com
Wed Oct 3 10:12:52 UTC 2012


Tried the following but getting 'No such method'

IntPtr ip_PushManager =
JNIEnv.FindClass("com/urbanairship/push/PushManager");

                IntPtr ip_setReciver = JNIEnv.GetMethodID(ip_PushManager,
"shared().setIntentReceiver", "(Landroid/app/Class)V");



--
View this message in context: http://mono-for-android.1047100.n5.nabble.com/Trying-to-Call-PushManager-share-setIntentReciver-IntentReceiver-class-tp5712058p5712059.html
Sent from the Mono for Android mailing list archive at Nabble.com.


More information about the Monodroid mailing list