cancel
Showing results for 
Search instead for 
Did you mean: 

setting SyncParms.SyncObserver

Former Member
0 Kudos
1,724

ISyncObserver has an IntPtr IJavaObject.Handle member that is not mentioned in the API reference. I have it set like this in my class that inherits from ISyncObserver: IntPtr IJavaObject.Handle => throw new NotImplementedException(); When I set the SyncParms.SyncObserver member property I get an exception "The member or operation is not implemented." I'm kind of banging my head against the wall with this one big time. Like I said it is not mentioned as a member at https://uacp2.hana.ondemand.com/doc/6012a420a7cf44d38f22bf1b24d7d217/17.0/en-US/9f5974dfa7d310148890...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Not sooner than I created this I solved the problem. It's a property. I didn't get that from intellisense - IntPtr IJavaObject Handle {get;} is the correct usage

chris_keating
Product and Topic Expert
Product and Topic Expert
0 Kudos

This must be generated by Xamarin as I do not see any such item defined in the UltraLiteJ code.

Answers (0)