snippets-android icon indicating copy to clipboard operation
snippets-android copied to clipboard

how to share the deep link to a specific application on the device.

Open CamiYe opened this issue 4 years ago • 1 comments

@Override public void sendInvite(Context context) { super.sendInvite(context); Toast.makeText(context, "TODO: TODO: Implement social sending", Toast.LENGTH_SHORT).show(); } In the function, how to share the data to a specific application on the device? like facebook.

CamiYe avatar Aug 05 '21 10:08 CamiYe

Any help here?

6vedant avatar Apr 24 '23 13:04 6vedant