as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Vielen Dank für deinen Besuch. Diese Seite ist nur in Englisch verfügbar.

TurboModuleResult

Wraps a result of type T. This interface is always downcast-able to either:

  • TurboModuleResultOk on `isSuccess == true`
  • TurboModuleResultErr on isSuccess == false

Extended by

Type Parameters

T

Properties

isSuccess

readonly isSuccess: boolean


Last updated: Oct 02, 2025