Exemplo n.º 1
0
    private IEnumerator PerformSocialInvite(Dictionary <string, string> inviteDetail)
    {
        // fake sending a social invite
        yield return(new WaitForSeconds(0.5f));

        FuelSDK.SdkSocialInviteCompleted();
    }