Start and Shoot

Call start method using Spyne object.

Spyne.start(
                        context,
                        enterpriseUserId,
                        enterpriseSkuId,
                        intent
                    )

Following parameters are used to start shoot:

  1. context is current activity context
  2. EnterpriseuserId and SKU_ID/Plate_Id
  3. Intent of activity where you want your user to redirect once shoot completed

Once you complete the shoot, select the background and click “Generate Output”

Once your shoot is completed, we will redirect to your given intent.

 We will put an SKU ID to intent as an extra with key “sku_id”. 

You can fetch this SKU ID in your activity and use the API to fetch images
For the API Document you can refer to the Public APIs Section from below.