SharinPix Mobile App: Online mode

This article demonstrates how to construct a SharinPix URL or deeplink that allows access to online features such as SharinPix images, albums and search within the SharinPix mobile app itself.

The SharinPix online mode has the the following deeplink format:

sharinpix://online?token=<SharinPix Online Token>&host=app.sharinpix.com

circle-exclamation
circle-info

Limitations:

The SharinPix Online mode works only when there's an active internet connection.

Title Parameter

The title parameter can be added to the SharinPix online mode deeplink to display a title on the page within the SharinPix mobile app.

The deeplink format with a title parameter (View Album) is as follows:

sharinpix://online?token=<SharinPix Online Token>&title=View%20Album&host=app.sharinpix.com

Being a URL, the space is encoded to be %20.

Online Mode Use Case Examples

The above deeplink can take SharinPix various types of SharinPix Online Token such as token that allows:

  • Access a specific SharinPix album. The code snippet below demonstrates how to generate a token that will open a SharinPix album and save the generated token in a Salesforce field:

You can refer to the code snippet below to implement the test class.

circle-exclamation
  • Access a specific SharinPix image for viewing or annotation. For more information on how to generate a token that will open a specific image, refer to this article: Open a specific image in Full View

  • Access to a SharinPix Search. The code snippet below demonstrates how to generate a token that will open a SharinPix search:

circle-check

Last updated

Was this helpful?