getChatterPhoto() 공개 메소드

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