SplashViewController class

Controls a SplashView.

A SplashViewController instance can be obtained by setting the SplashView.onSplashViewCreated callback for a SplashView widget.

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

addTouchableBound(Rect bound) Future<void>
添加可点击区域
inherited
addTouchableBounds(List<Rect> bounds) Future<void>
为广告添加可点击区域集合(仅iOS)。
inherited
clearTouchableBounds() Future<void>
清空可点击区域
inherited
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