Modeling3dTextureUploadListener class

Listens for image upload.

Constructors

Modeling3dTextureUploadListener({void onUploadProgress(String taskId, double progress)?, void onResult(String taskId, Modeling3dTextureUploadResult result)?, void onError(String taskId, int errorCode, String message)?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onError → (void Function(String taskId, int errorCode, String message)?)
Callback when an error occurs during upload.
final
onResult → (void Function(String taskId, Modeling3dTextureUploadResult result)?)
Callback when the upload result is received.
final
onUploadProgress → (void Function(String taskId, double progress)?)
Callback when the upload progress is received.
final
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