Create a new [[ToxCore]] instance with different options. The implementation may choose to create an object of its own class or a different class. If the implementation was compatible with another subsystem implementation (e.g. [[im.tox.tox4j.av.ToxAv]]), then the new object must be compatible with
(ToxOptions options)
| 78 | */ |
| 79 | |
| 80 | IToxCore load(ToxOptions options) throws ToxNewException; |
| 81 | |
| 82 | /** |
| 83 | * Shut down the tox instance. |
no outgoing calls
no test coverage detected