Interface IUserPortraitCallback
透過Callback收到Portrait texture
public interface IUserPortraitCallback
Methods
OnLoadComplete(Texture2D)
取得頭像紋理成功
void OnLoadComplete(Texture2D texture)
Parameters
texture
Texture2DPortrait 紋理物件
OnLoadFailed(string)
取得頭像紋理失敗
void OnLoadFailed(string error)
Parameters
error
string錯誤原因