ShareSnapChatImage
Description
Sends the specified image to the SnapChat app on the current device, along with an optional sticker file, caption, and URL. The user can then modify the image using the SnapChat app and decide whether to share it with friends. If the user does not have the SnapChat app installed then the app store will be opened instead on the SnapChat app page.
Definition
ShareSnapChatImage( imageFile, stickerFile, caption, url )
void agk::ShareSnapChatImage( const char* imageFile, const char* stickerFile, const char* caption, const char* url )
Parameters
- imageFile - The path to the image you want to share
- stickerFile - The path to a sticker image to add to the image, can be an empty string
- caption - The caption to add to the image, can be an empty string
- url - The URL to add to the image, can be an empty string