문제

Is it possible to call "native" platform-specific Java code from PlayN game? For example launch an external (Android and iOS) activity as response to button click? Can you link me to some demo how to do it?

도움이 되었습니까?

해결책

Yes it's possible, you need to make an interface to call your native code; we did this to implement ads on our game, Admob Support in PlayN you can check how we did it and maybe it can help you.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top