BufferMapCallback


fun interface BufferMapCallback


Summary

Public functions

Unit
onBufferMap(status: Int, message: String)

A callback function invoked when a buffer's mapAsync operation completes.

Public functions

onBufferMap

Added in 1.0.0-alpha01
fun onBufferMap(status: Int, message: String): Unit

A callback function invoked when a buffer's mapAsync operation completes.

Parameters
status: Int

The status of the map operation (e.g., success, error, cancelled).

message: String

A human-readable message providing context on the status.