Свойство | Type | Description | |
---|---|---|---|
APIUrl | string |
Méthode | Description | |
---|---|---|
GetSnapsCount ( string code, int userId ) : int | ||
GetTimelapse ( int timelapseId ) : |
||
GetTimelapse ( string timelapseCode, int userId ) : |
||
GetTimelapses ( ) : List |
||
UpdateSnapsCount ( string code, int userId, int count ) : |
||
UpdateStatus ( string code, int userId, TimelapseStatus status ) : |
public static GetSnapsCount ( string code, int userId ) : int | ||
code | string | |
userId | int | |
Résultat | int |
public static GetTimelapse ( int timelapseId ) : |
||
timelapseId | int | |
Résultat |
public static GetTimelapse ( string timelapseCode, int userId ) : |
||
timelapseCode | string | |
userId | int | |
Résultat |
public static UpdateSnapsCount ( string code, int userId, int count ) : |
||
code | string | |
userId | int | |
count | int | |
Résultat |
public static UpdateStatus ( string code, int userId, TimelapseStatus status ) : |
||
code | string | |
userId | int | |
status | TimelapseStatus | |
Résultat |