Example #1
0
    public void ShareImage()
    {
        string path = Application.persistentDataPath + "/" + screenShotName;

        StartCoroutine(Utils.TakeScreenshot(path));
        androidUltimatePluginController.ShareImage("subject", "subjectContent", path);
    }
    public void ShareImage()
    {
        string path = Application.persistentDataPath + "/" + screenShotName;

        androidUltimatePluginController.ShareImage("subject", "subjectContent", path);
    }