C# Class KhanProxy.Services.KhanAcademy

Inheritance: IKhanAcademy
Datei anzeigen Open project: joelmartinez/Khan-Academy-for-Windows-Phone

Public Methods

Method Description
CategoriesUpdated ( ) : void
GetCategories ( ) : KhanProxy.Services.KCategory[]
GetStatus ( ) : ServiceStatus
GetVideos ( string category ) : KVideo[]
VideosUpdated ( ) : void

Method Details

CategoriesUpdated() public static method

public static CategoriesUpdated ( ) : void
return void

GetCategories() public method

public GetCategories ( ) : KhanProxy.Services.KCategory[]
return KhanProxy.Services.KCategory[]

GetStatus() public method

public GetStatus ( ) : ServiceStatus
return ServiceStatus

GetVideos() public method

public GetVideos ( string category ) : KVideo[]
category string
return KVideo[]

VideosUpdated() public static method

public static VideosUpdated ( ) : void
return void