Skip to main content
Version: 1.x.x

RealtimeStoreCallback<String> Class - Android

A callback interface used for asynchronous operations in RealtimeStore.


onSuccess()

  • This event will be emitted when the operation completes successfully.

Parameters

  • result
    • type: String
    • The result of the operation.

onError()

  • This event will be emitted when the operation fails.

Parameters

  • error
    • type: String
    • A string message detailing what went wrong.

Got a Question? Ask us on discord


Was this helpful?