reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Add url endpoint for handling custom message

Open qolbudr opened this issue 3 years ago • 0 comments

I have url endpoint that can handling a message and return the message response. can you add something like this

Reflex reflex = Reflex( debug: true, packageNameList: ["com.whatsapp", "com.tyup"], packageNameExceptionList: ["com.android.systemui"], autoReplyEndpoint: urlEndpoint );

qolbudr avatar Jul 08 '22 04:07 qolbudr