C# Class WakaTime.ClientManager

显示文件 Open project: josec89/wakatime-unity

Public Methods

Method Description
GetClientPath ( ) : string
HeartBeat ( string apiKey, string file, bool write = false ) : void
IsClientInstalled ( ) : bool
IsClientLatestVersion ( ) : bool

Method Details

GetClientPath() public static method

public static GetClientPath ( ) : string
return string

HeartBeat() public static method

public static HeartBeat ( string apiKey, string file, bool write = false ) : void
apiKey string
file string
write bool
return void

IsClientInstalled() public static method

public static IsClientInstalled ( ) : bool
return bool

IsClientLatestVersion() public static method

public static IsClientLatestVersion ( ) : bool
return bool