Свойство | Тип | Описание | |
---|---|---|---|
finalGameV | Applicasa.GameV[] | ||
innerGameV | |||
innerGameVJavaObject |
Метод | Описание | |
---|---|---|
Delete ( System.Action action ) : void | ||
GameV ( ) : System | ||
GameV ( |
||
GameV ( |
||
GetArrayWithQuery ( |
||
GetArrayWithQuerySync ( |
||
GetArrayWithQuerySyncIEnumerator ( |
||
GetById ( string id, QueryKind queryKind, GetGameVFinished callback ) : void | ||
GetGameVArray ( GameVArray gameVArray ) : Applicasa.GameV[] | ||
GetGameVArrayIEnumerator ( GameVArray gameVArray ) : IEnumerator | ||
GetLocalArrayWithRawSqlQuery ( string rawQuery, GetGameVArrayFinished callback ) : void | ||
IncreaseField ( Fields field, float val ) : void | ||
IncreaseField ( Fields field, int val ) : void | ||
Save ( System.Action action ) : void | ||
UpdateLocalStorage ( |
||
UploadFile ( byte data, Fields field, AMAZON_FILE_TYPES fileType, string extension, System.Action action ) : void |
Метод | Описание | |
---|---|---|
ApplicasaGameV ( ) : |
||
ApplicasaGameVDeleteWithBlock ( System gameV, System.Action callback ) : void | ||
ApplicasaGameVGetArrayWithQuery ( |
||
ApplicasaGameVGetArrayWithQuerySync ( |
||
ApplicasaGameVGetById ( string id, QueryKind queryKind, GetGameVFinished callback ) : void | ||
ApplicasaGameVGetGameVFunction ( System gameV ) : string | ||
ApplicasaGameVGetGameVID ( System gameV ) : string | ||
ApplicasaGameVGetGameVLastUpdate ( System gameV ) : double | ||
ApplicasaGameVGetGameVValue ( System gameV ) : int | ||
ApplicasaGameVGetLocalArrayWithRawSqlQuery ( string rawQuery, GetGameVArrayFinished callback ) : void | ||
ApplicasaGameVIncreaseFieldFloat ( System gameV, Fields field, float val ) : void | ||
ApplicasaGameVIncreaseFieldInt ( System gameV, Fields field, int val ) : void | ||
ApplicasaGameVSaveWithBlock ( System gameV, System.Action callback ) : void | ||
ApplicasaGameVSetGameVFunction ( System gameV, string gameVFunction ) : void | ||
ApplicasaGameVSetGameVID ( System gameV, string gameVID ) : void | ||
ApplicasaGameVSetGameVValue ( System gameV, int gameVValue ) : void | ||
ApplicasaGameVUpdateLocalStorage ( |
||
ApplicasaGameVUploadFile ( System gameV, Fields field, byte data, int dataLen, AMAZON_FILE_TYPES fileType, string extension, System.Action callback ) : void | ||
setGetObjectArrayFinished ( GetGameVArrayFinished callback, int uniqueActionID ) : void | ||
setGetObjectFinished ( GetGameVFinished callback, int uniqueActionID ) : void |
public Delete ( System.Action action ) : void | ||
action | System.Action | |
Результат | void |
public GameV ( |
||
gameVPtr | ||
Результат | System |
public GameV ( |
||
gameVPtr | ||
gameVJavaObject | ||
Результат | System |
public static GetArrayWithQuery ( |
||
query | ||
queryKind | QueryKind | |
callback | GetGameVArrayFinished | |
Результат | void |
public static GetArrayWithQuerySync ( |
||
query | ||
queryKind | QueryKind | |
Результат | Applicasa.GameV[] |
public static GetArrayWithQuerySyncIEnumerator ( |
||
query | ||
queryKind | QueryKind | |
Результат | IEnumerator |
public static GetById ( string id, QueryKind queryKind, GetGameVFinished callback ) : void | ||
id | string | |
queryKind | QueryKind | |
callback | GetGameVFinished | |
Результат | void |
public static GetGameVArray ( GameVArray gameVArray ) : Applicasa.GameV[] | ||
gameVArray | GameVArray | |
Результат | Applicasa.GameV[] |
public static GetGameVArrayIEnumerator ( GameVArray gameVArray ) : IEnumerator | ||
gameVArray | GameVArray | |
Результат | IEnumerator |
public static GetLocalArrayWithRawSqlQuery ( string rawQuery, GetGameVArrayFinished callback ) : void | ||
rawQuery | string | |
callback | GetGameVArrayFinished | |
Результат | void |
public IncreaseField ( Fields field, float val ) : void | ||
field | Fields | |
val | float | |
Результат | void |
public IncreaseField ( Fields field, int val ) : void | ||
field | Fields | |
val | int | |
Результат | void |
public Save ( System.Action action ) : void | ||
action | System.Action | |
Результат | void |
public static UpdateLocalStorage ( |
||
query | ||
queryKind | QueryKind | |
Результат | int |
public UploadFile ( byte data, Fields field, AMAZON_FILE_TYPES fileType, string extension, System.Action action ) : void | ||
data | byte | |
field | Fields | |
fileType | AMAZON_FILE_TYPES | |
extension | string | |
action | System.Action | |
Результат | void |
public static GameV[],Applicasa finalGameV | ||
Результат | Applicasa.GameV[] |