RiveOpenURLEvent class

An Open URL Rive event that provides information about the URL and target.

See:

Inheritance
Annotations

Constructors

RiveOpenURLEvent({required String name, required double secondsDelay, required Map<String, dynamic> properties, required OpenUrlTarget target, required String url})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
properties Map<String, dynamic>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondsDelay double
finalinherited
target OpenUrlTarget
final
url String
final

Methods

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

Operators

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