Method | Description | |
---|---|---|
Add ( Friend friend ) : void | ||
Clear ( ) : void | ||
FriendsAdapter ( Android.Content.Context context ) : System | ||
GetFriendAt ( int position ) : Friend | ||
GetFriendBySteamId ( |
||
GetItem ( int position ) : Java.Lang.Object | ||
GetItemId ( int position ) : long | ||
GetView ( int position, Android.Views.View view, Android.Views.ViewGroup parent ) : Android.Views.View | ||
HandleCallback ( SteamKit2.CallbackMsg msg ) : void |
Method | Description | |
---|---|---|
LoadFriendsList ( ) : void | ||
SetAvatarImage ( ImageView view, Friend friend ) : void |
public FriendsAdapter ( Android.Content.Context context ) : System | ||
context | Android.Content.Context | |
return | System |
public GetFriendBySteamId ( |
||
steamId | ||
return | Friend |
public GetItem ( int position ) : Java.Lang.Object | ||
position | int | |
return | Java.Lang.Object |
public GetView ( int position, Android.Views.View view, Android.Views.ViewGroup parent ) : Android.Views.View | ||
position | int | |
view | Android.Views.View | |
parent | Android.Views.ViewGroup | |
return | Android.Views.View |
public HandleCallback ( SteamKit2.CallbackMsg msg ) : void | ||
msg | SteamKit2.CallbackMsg | |
return | void |