NotixPlatform class

Inheritance
  • Object
  • PlatformInterface
  • NotixPlatform

Constructors

NotixPlatform()
Constructs a NotixInappFlutterPlatform.

Properties

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

Methods

methodHandler(MethodCall call) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notixInterstitialCreateLoader(int zoneId, RequestVars? requestVars) Future<String>
notixInterstitialLoaderNext(String uuid, int timeout) Future<String>
notixInterstitialLoaderStartLoading(String uuid) → void
notixInterstitialLoaderStopLoading(String uuid) → void
notixInterstitialShow(String uuid) → void
notixNotificationInit(String notixAppId, String notixToken, RequestVars? requestVars) → void
setLogLevel(LogLevel logLevel) → void
setNotixInterstitialShowResultListener(dynamic showResultListener(InterstitialShowResult result)) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance NotixPlatform
Platform-specific implementations should set this with their own platform-specific class that extends NotixPlatform when they register themselves.
getter/setter pair