Appcelerator Titanium WhatsApp Share“共享图片共享文本正在正常工作

时间:2019-05-23 07:38:32

标签: ios appcelerator appcelerator-mobile appcelerator-alloy

Appcelerator Titanium WhatsApp Share“共享图片共享功能正常工作

if (require('main').Social.isActivityViewSupported()) {// iOS6 and later
            require('main').Social.activityView({
                removeIcons : "print,copy,contact,camera",
                text : "Here's your ticket. Just show this QR Code at the cinema entrance", // + callfrom + " " + (movieName !== undefined ? movieName : '') + ' ' + (movi_url !== undefined ? movi_url : '') + ' \n\n' + (AppStoreLinkToShare !== undefined ? AppStoreLinkToShare : ''),
                //url : e.source.AppStoreLinkToShare, // 'https://beta.inoxmovies.com/Index.aspx',
                image : nativePath,//(e.source.movieImageURLToShare !== undefined ? e.source.movieImageURLToShare : '')
            });
        }

0 个答案:

没有答案