SharinPix WebView on a Native Android Mobile Application
token = sharinpix.Client.getInstance().token(
new Map<String, Object> {
'Id' => wOrder.Id, //example of an albumId
'exp' => 0,
'path' => '/pagelayout/' + wOrder.Id,
'abilities' => new Map<String, Object> {
wOrder.Id => new Map<String, Object> {
'Access' => new Map<String, Boolean> {
'see' => true,
'image_list' => true,
'image_upload' => true,
'image_delete' => true
}
},
'Display' => new Map<String, Object> {
'tags'=> true
}
}
}
);Example of a SharinPixWebView with the link
Steps for Installing SharinPixWebView Library
Example for Overriding the onActivityFunction Function
Example for Creating an Instance of SharinPixWebView
Example for Implementing the SharinPixWebView Listener


PreviousSharinPix Search Display component integration with Avonni Dynamic ComponentsNextSharinPix WebView on a Native iOS Mobile Application
Last updated
Was this helpful?

