feat(android): sendMessage with support of graphql

This commit is contained in:
Shekar Siri 2024-12-30 16:07:39 +01:00
parent 3003934374
commit 463ffc8cae

View file

@ -116,4 +116,9 @@ class ReactNativeModule(reactContext: ReactApplicationContext) :
duration = durationULong duration = durationULong
) )
} }
@ReactMethod
func sendMessage(type: String, message: String) {
OpenReplay.sendMessage(type: type, message: message)
}
} }