Exemple #1
0
    private IEnumerator PerformSocialShare(Dictionary <string, string> shareDetail)
    {
        // fake sending a social share
        yield return(new WaitForSeconds(0.5f));

        FuelSDK.SdkSocialShareCompleted();
    }