Skip to content

Commit

Permalink
comment createInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnik committed Aug 5, 2013
1 parent 8609545 commit cd7b3db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ You will need:

Enter the above mentioned into the Main.hx.

The latest version of openfl/openfl-native is missing the "createInterface" method -
I guess jgranick had it in his working copy but did not push to the repo.
As a temporary solution, you will have to comment out every reference to "createInterface" within
"C:\HaxeToolkit\haxe\lib\openfl-ouya/1,0,2/tv/ouya/console/api/OuyaResponseListener.hx" or any other class using it.

IAPHandler.hx class defines multiple callback methods (onProductListReceived, onPurchaseSuccess, etc.).
Subclass it and override the methods with your own handlers.
One such example subclass is a MyIAPHandler.hx.
Expand Down

0 comments on commit cd7b3db

Please sign in to comment.