C# Class Google.SmartLock.Editor.SetupUtils

Datei anzeigen Open project: googlesamples/unity-credentials Class Usage Examples

Public Methods

Method Description
Alert ( string title, string s ) : void
CopySupportLibs ( ) : bool
DeleteDirIfExists ( string dir ) : void
EnsureDirExists ( string dir ) : void
GetAndroidSdkPath ( ) : string
HasAndroidSdk ( ) : bool
SlashesToPlatformSeparator ( string path ) : string

Method Details

Alert() public static method

public static Alert ( string title, string s ) : void
title string
s string
return void

CopySupportLibs() public static method

public static CopySupportLibs ( ) : bool
return bool

DeleteDirIfExists() public static method

public static DeleteDirIfExists ( string dir ) : void
dir string
return void

EnsureDirExists() public static method

public static EnsureDirExists ( string dir ) : void
dir string
return void

GetAndroidSdkPath() public static method

public static GetAndroidSdkPath ( ) : string
return string

HasAndroidSdk() public static method

public static HasAndroidSdk ( ) : bool
return bool

SlashesToPlatformSeparator() public static method

public static SlashesToPlatformSeparator ( string path ) : string
path string
return string