C# 클래스 EvolveApp.ViewModels.LoginViewModel

상속: BaseViewModel
파일 보기 프로젝트 열기: xamarin/mini-hacks 1 사용 예제들

공개 메소드들

메소드 설명
HandleLoginAsync ( string username, string password, string token ) : Task
LoginViewModel ( ) : System

메소드 상세

HandleLoginAsync() 공개 메소드

public HandleLoginAsync ( string username, string password, string token ) : Task
username string
password string
token string
리턴 Task

LoginViewModel() 공개 메소드

public LoginViewModel ( ) : System
리턴 System