Error CS0234: The type or namespace name
IBitmap\' does not exist in the namespace
Com.Sushi.Hangover\'. Are you missing an assembly reference? >
In your binding library inside of the Transforms/Metadata.xml file you can change the visibility by adding the following line:
public
Given that the package name in Java world is com.sushi.hangover
and interface name is IBitmap
.
You can read some more about the format of attr in the GAPI mono documentation. There is also some nice bindings documentation in the Xamarin Docs.