getChatterPhoto() public méthode

public getChatterPhoto ( string url, ChatterItem, item ) : void
url string
item ChatterItem,
Résultat void
Exemple #1
0
 public void getPhoto()
 {
     if (photoUrl != null)
     {
         SalesforceClient client = GameObject.FindGameObjectWithTag("Salesforce").GetComponent <SalesforceClient>();
         client.getChatterPhoto(photoUrl, this);
     }
 }