SnapshotStyleListener

interface SnapshotStyleListener

Interface for getting all style related events for snapshotter.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onDidFailLoadingStyle
Link copied to clipboard
open fun onDidFailLoadingStyle(message: String)
Notifies the client about style load errors.
onDidFinishLoadingStyle
Link copied to clipboard
abstract fun onDidFinishLoadingStyle(style: Style)
Notifies the client when style loading completed, not including the style specified sprite and sources.
onDidFullyLoadStyle
Link copied to clipboard
open fun onDidFullyLoadStyle(style: Style)
Notifies the client when style loading completed, including the style specified sprite and sources.
onStyleImageMissing
Link copied to clipboard
open fun onStyleImageMissing(imageId: String)
Notifies the client about a missing style image.
toString
Link copied to clipboard
open fun toString(): String