C# Class Fun.FunapiAnnouncement

显示文件 Open project: iFunFactory/demo-kgc-2015 Class Usage Examples

Public Methods

Method Description
GetAnnouncement ( int index ) : object>.Dictionary
GetImagePath ( int index ) : string
Init ( string url ) : void
UpdateList ( int max_count ) : void

Private Methods

Method Description
CheckDownloadImage ( string url, string imgmd5 ) : void
DownloadDataCompleteCb ( object sender, DownloadDataCompletedEventArgs ar ) : void
DownloadFileCompleteCb ( object sender, System ar ) : void
OnResultCallback ( AnnounceResult result ) : void

Method Details

GetAnnouncement() public method

public GetAnnouncement ( int index ) : object>.Dictionary
index int
return object>.Dictionary

GetImagePath() public method

public GetImagePath ( int index ) : string
index int
return string

Init() public method

public Init ( string url ) : void
url string
return void

UpdateList() public method

public UpdateList ( int max_count ) : void
max_count int
return void