Skip to content

Mock other platforms

Mk5 edited this page Aug 30, 2018 · 1 revision

You can handle unsupported platforms by the mock method. Please look at following example:

GdxFIRApp.instance().setMockObject(new AppDistribution() {
  @Override
  public void configure()
  {
  }
});

All of GdxFIR classes implements following method.

Clone this wiki locally