SnapshotStyleListener

Interface for getting all style related events for snapshotter.

interface SnapshotStyleListener

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onDidFailLoadingStyle
Link copied to clipboard

Notifies the client about style load errors.

open fun onDidFailLoadingStyle(message: String)
onDidFinishLoadingStyle
Link copied to clipboard

Notifies the client when style loading completed, not including the style specified sprite and sources.

abstract fun onDidFinishLoadingStyle(style: Style)
onDidFullyLoadStyle
Link copied to clipboard

Notifies the client when style loading completed, including the style specified sprite and sources.

open fun onDidFullyLoadStyle(style: Style)
onStyleImageMissing
Link copied to clipboard

Notifies the client about a missing style image.

open fun onStyleImageMissing(imageId: String)
toString
Link copied to clipboard
open override fun toString(): String