GKPlayerPhotoLoaded 委托

定义

用于 LoadPhoto(GKPhotoSize, GKPlayerPhotoLoaded) 指定加载照片后的行为的委托。

public delegate void GKPlayerPhotoLoaded(NSImage photo, NSError error);
type GKPlayerPhotoLoaded = delegate of NSImage * NSError -> unit

参数

photo
NSImage
error
NSError

适用于