C# 클래스 Google.SmartLock.Editor.SetupUtils

파일 보기 프로젝트 열기: googlesamples/unity-credentials 1 사용 예제들

공개 메소드들

메소드 설명
Alert ( string title, string s ) : void
CopySupportLibs ( ) : bool
DeleteDirIfExists ( string dir ) : void
EnsureDirExists ( string dir ) : void
GetAndroidSdkPath ( ) : string
HasAndroidSdk ( ) : bool
SlashesToPlatformSeparator ( string path ) : string

메소드 상세

Alert() 공개 정적인 메소드

public static Alert ( string title, string s ) : void
title string
s string
리턴 void

CopySupportLibs() 공개 정적인 메소드

public static CopySupportLibs ( ) : bool
리턴 bool

DeleteDirIfExists() 공개 정적인 메소드

public static DeleteDirIfExists ( string dir ) : void
dir string
리턴 void

EnsureDirExists() 공개 정적인 메소드

public static EnsureDirExists ( string dir ) : void
dir string
리턴 void

GetAndroidSdkPath() 공개 정적인 메소드

public static GetAndroidSdkPath ( ) : string
리턴 string

HasAndroidSdk() 공개 정적인 메소드

public static HasAndroidSdk ( ) : bool
리턴 bool

SlashesToPlatformSeparator() 공개 정적인 메소드

public static SlashesToPlatformSeparator ( string path ) : string
path string
리턴 string