InAppMessaging class

アプリ内メッセージの管理を行うクラスです。

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

isPresenting Future<bool>
アプリ内メッセージの表示有無を返します。
no setter

Static Methods

dismiss() → void
現在表示中の全てのアプリ内メッセージを非表示にします。
suppress() → void
アプリ内メッセージの表示を抑制します。
unsuppress() → void
アプリ内メッセージの表示抑制状態を解除します。