V2TXLivePremierFFIBindings class

Constructors

V2TXLivePremierFFIBindings.new(DynamicLibrary dynamicLibrary)
V2TXLivePremierFFIBindings.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callExperimentalAPI(Pointer<Int8> jsonStr) int
getSDKVersion() Pointer<Int8>
InitDartApiDL(Pointer<Void> data) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerPremierListener(int sendPort) → void
setEnvironment(Pointer<Int8> env) int
setLicence(Pointer<Int8> url, Pointer<Int8> key) → void
setLogConfig(Pointer<V2TXLiveLogConfigStruct> struct) → void
setLogLevel(Pointer<V2TXLiveLogConfigStruct> struct) → void
setUserId(Pointer<Int8> userId) → void
toString() String
A string representation of this object.
inherited
unRegisterPremierListener() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited