getChatterPhoto() public method

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