To pass some metadata to the verification use the metadata parameter providing key value pairs like in the example below:

 MetaMapRNSdk.showFlow("YOUR_CLIENT_ID", 
                       "YOUR_FLOW_ID", 
                       { "key1": "value1", "key2": "value2" });