Bixby Developer Center

Share Via

This sample capsule is a quick demonstration of how to use the ShareVia Library. With this library, your Bixby capsules can use the Android sharing functionality on supported devices.

Download Capsule

After you compile the NL model, open the Device Simulator, and enter (or say) the query "Start".

This action will bring up image cards with several videos that can be shared. Tap a video, then run Share or tap Share this video.

To properly test this, you'll need to do on-device testing.

Note

Because you cannot submit a capsule with the example namespace, in order to test a sample capsule on a device, you must change the id in the capsule.bxb file from example to your organization's namespace before making a private submission.

For example, if your namespace is acme, change example.shareViaExample to acme.shareViaExample.

Video Tutorial: ShareVia Library - How to Share Stuff in Your Capsule

The following video shows how to incorporate the shareVia library capsule into your capsule with this sample capsule.