C# Class JabbR.ContentProviders.TweetContentProvider

Content Provider that provides the necessary functionality to show Tweets in the chat when someone pastes a Twitter link (eg. http://twitter.com/#!/DanTup/status/117940664771162112). Send feedback/issues to Danny Tuppeny (@DanTup on Twitter).
Inheritance: IContentProvider
Show file Open project: paulduran/blaze

Protected Methods

Method Description
GetCollapsibleContent ( Uri uri ) : ContentProviderResultModel
IsValidContent ( Uri uri ) : bool

Method Details

GetCollapsibleContent() protected method

protected GetCollapsibleContent ( Uri uri ) : ContentProviderResultModel
uri System.Uri
return ContentProviderResultModel

IsValidContent() protected method

protected IsValidContent ( Uri uri ) : bool
uri System.Uri
return bool