Example usage for Java com.facebook.react.bridge ReadableMap fields, constructors, methods, implement or subclass
The text is from its open source code.
ReadableArray | getArray(@NonNull String name) |
boolean | getBoolean(@NonNull String name) |
double | getDouble(@NonNull String name) |
int | getInt(@NonNull String name) |
ReadableMap | getMap(@NonNull String name) |
String | getString(@NonNull String name) |
ReadableType | getType(@NonNull String name) |
boolean | hasKey(@NonNull String name) |
boolean | isNull(@NonNull String name) |
ReadableMapKeySetIterator | keySetIterator() |
HashMap | toHashMap() |