I am passing params from JS
to android
to call storeSettings
this method instead of that i want to pass Setting as the class-level object to android
.is it possible to pass a class level object to android
?
@ReactMethod
public void storeSettings(String storeId, String deviceId, String boxId, Boolean communication, String frontIp, String rearIp, Promise p){
}