MCPcopy Create free account
hub / github.com/InsightIM/Tok-Android / load

Method load

app/src/main/java/im/tox/tox4j/core/IToxCore.java:80–80  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

78 */
79
80 IToxCore load(ToxOptions options) throws ToxNewException;
81
82 /**
83 * Shut down the tox instance.

Callers 6

compressImgMethod · 0.65
loadThumbnailMethod · 0.65
loadVideoMaskMethod · 0.65
loadMaskMethod · 0.65
loadRoundImgMethod · 0.65
loadImgMethod · 0.65

Implementers 1

ToxCoreImplapp/src/main/java/im/tox/tox4j/impl/jn

Calls

no outgoing calls

Tested by

no test coverage detected