feat(android): sendMessage with support of graphql
This commit is contained in:
parent
3003934374
commit
463ffc8cae
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue