Property | Type | Description | |
---|---|---|---|
ApproveFollowerRequest | void | ||
ClearCache | void | ||
ClearProperties | void | ||
DenyFollowerRequest | void | ||
FollowUser | void | ||
GetViewTypeName | string | ||
InitProperties | void | ||
LoadActivityTypes | void | ||
LoadFollowerList | void | ||
LoadFollowerRequestList | void | ||
LoadFollowingList | void | ||
LoadFriendList | void | ||
LoadView | void | ||
OnActivityTypeSelected | void | ||
OnUserSelected | void | ||
PublishUserSkinProperties | void | ||
SearchForUser | void | ||
SendFollowerRequestsToFacade | void | ||
SendFollowerToFacade | void | ||
SendFollowingToFacade | void | ||
SendFriendsToFacade | void | ||
SetCurrentView | void | ||
ShowViewMenu | void | ||
UnfollowUser | void |
Method | Description | |
---|---|---|
GUINetwork ( ) : System | ||
Init ( ) : bool | ||
OnAction ( MediaPortal.GUI.Library.Action action ) : void |
Method | Description | |
---|---|---|
OnClicked ( int controlId, |
||
OnPageDestroy ( int new_windowId ) : void | ||
OnPageLoad ( ) : void | ||
OnShowContextMenu ( ) : void |
Method | Description | |
---|---|---|
ApproveFollowerRequest ( int id, bool followBack = false ) : void | ||
ClearCache ( ) : void | ||
ClearProperties ( ) : void | ||
DenyFollowerRequest ( int id ) : void | ||
FollowUser ( |
||
GetViewTypeName ( View viewType ) : string | ||
InitProperties ( ) : void | ||
LoadActivityTypes ( ) : void | ||
LoadFollowerList ( ) : void | ||
LoadFollowerRequestList ( ) : void | ||
LoadFollowingList ( ) : void | ||
LoadFriendList ( ) : void | ||
LoadView ( ) : void | ||
OnActivityTypeSelected ( |
||
OnUserSelected ( |
||
PublishUserSkinProperties ( |
||
SearchForUser ( ) : void | ||
SendFollowerRequestsToFacade ( IEnumerable |
||
SendFollowerToFacade ( IEnumerable |
||
SendFollowingToFacade ( IEnumerable |
||
SendFriendsToFacade ( IEnumerable |
||
SetCurrentView ( ) : void | ||
ShowViewMenu ( ) : void | ||
UnfollowUser ( |
public OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
action | MediaPortal.GUI.Library.Action | |
return | void |
protected OnClicked ( int controlId, |
||
controlId | int | |
control | ||
actionType | MediaPortal.GUI.Library.Action | |
return | void |
protected OnPageDestroy ( int new_windowId ) : void | ||
new_windowId | int | |
return | void |