C# 클래스 PlayStation.Managers.FriendFinderManager

파일 보기 프로젝트 열기: drasticactions/Pureisuteshon-App 1 사용 예제들

공개 메소드들

메소드 설명
FriendFinderManager ( ) : System
FriendFinderManager ( IWebManager webManager ) : System
SearchForFriends ( string query, PlayStation.Entities.User.UserAuthenticationEntity userAuthenticationEntity, string region = "jp", string language = "ja" ) : Task

메소드 상세

FriendFinderManager() 공개 메소드

public FriendFinderManager ( ) : System
리턴 System

FriendFinderManager() 공개 메소드

public FriendFinderManager ( IWebManager webManager ) : System
webManager IWebManager
리턴 System

SearchForFriends() 공개 메소드

public SearchForFriends ( string query, PlayStation.Entities.User.UserAuthenticationEntity userAuthenticationEntity, string region = "jp", string language = "ja" ) : Task
query string
userAuthenticationEntity PlayStation.Entities.User.UserAuthenticationEntity
region string
language string
리턴 Task