Hi, I have a problem about iOS native plugin.
I wanna send byte[] value to native code.
But, I don't know how to make native method.
I make a plugin method like this.
Then, use like this.
and, how to I make native code?...
How to send a 'byte[]' argument in Native Plugin ??
I wanna send byte[] value to native code.
But, I don't know how to make native method.
I make a plugin method like this.
Code (csharp):
- [DllImport ("__Internal")]
Code (csharp):
- _SendPhoto(buffer);
How to send a 'byte[]' argument in Native Plugin ??