UncapturedErrorCallback


public fun interface UncapturedErrorCallback


Summary

Public methods

abstract void
onUncapturedError(
    @NonNull GPUDevice device,
    int type,
    @NonNull String message
)

A callback function for handling uncaptured errors.

Public methods

onUncapturedError

Added in 1.0.0-alpha04
abstract void onUncapturedError(
    @NonNull GPUDevice device,
    int type,
    @NonNull String message
)

A callback function for handling uncaptured errors.

Parameters
@NonNull GPUDevice device

The device on which the error occurred.

int type

The type of the error.

@NonNull String message

The error message.