SnapshotStyleListener

interface SnapshotStyleListener

Interface for getting all style related events for snapshotter.

Functions

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.