Property | Type | Description | |
---|---|---|---|
finalCards | Applicasa.Cards[] | ||
innerCards | |||
innerCardsJavaObject |
Method | Description | |
---|---|---|
Cards ( ) : System | ||
Cards ( |
||
Cards ( |
||
Delete ( System.Action action ) : void | ||
GetArrayWithQuery ( |
||
GetArrayWithQuerySync ( |
||
GetArrayWithQuerySyncIEnumerator ( |
||
GetById ( string id, QueryKind queryKind, GetCardsFinished callback ) : void | ||
GetCardsArray ( CardsArray cardsArray ) : Applicasa.Cards[] | ||
GetCardsArrayIEnumerator ( CardsArray cardsArray ) : IEnumerator | ||
GetLocalArrayWithRawSqlQuery ( string rawQuery, GetCardsArrayFinished 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 |
Method | Description | |
---|---|---|
ApplicasaCards ( ) : |
||
ApplicasaCardsDeleteWithBlock ( System cards, System.Action callback ) : void | ||
ApplicasaCardsGetArrayWithQuery ( |
||
ApplicasaCardsGetArrayWithQuerySync ( |
||
ApplicasaCardsGetById ( string id, QueryKind queryKind, GetCardsFinished callback ) : void | ||
ApplicasaCardsGetCardsAaaaa ( System cards ) : |
||
ApplicasaCardsGetCardsID ( System cards ) : string | ||
ApplicasaCardsGetCardsImg ( System cards ) : string | ||
ApplicasaCardsGetCardsLastUpdate ( System cards ) : double | ||
ApplicasaCardsGetCardsName ( System cards ) : string | ||
ApplicasaCardsGetCardsPres ( System cards ) : float | ||
ApplicasaCardsGetLocalArrayWithRawSqlQuery ( string rawQuery, GetCardsArrayFinished callback ) : void | ||
ApplicasaCardsIncreaseFieldFloat ( System cards, Fields field, float val ) : void | ||
ApplicasaCardsIncreaseFieldInt ( System cards, Fields field, int val ) : void | ||
ApplicasaCardsSaveWithBlock ( System cards, System.Action callback ) : void | ||
ApplicasaCardsSetCardsAaaaa ( System cards, |
||
ApplicasaCardsSetCardsID ( System cards, string cardsID ) : void | ||
ApplicasaCardsSetCardsImg ( System cards, string cardsImg ) : void | ||
ApplicasaCardsSetCardsName ( System cards, string cardsName ) : void | ||
ApplicasaCardsSetCardsPres ( System cards, float cardsPres ) : void | ||
ApplicasaCardsUpdateLocalStorage ( |
||
ApplicasaCardsUploadFile ( System cards, Fields field, byte data, int dataLen, AMAZON_FILE_TYPES fileType, string extension, System.Action callback ) : void | ||
setGetObjectArrayFinished ( GetCardsArrayFinished callback, int uniqueActionID ) : void | ||
setGetObjectFinished ( GetCardsFinished callback, int uniqueActionID ) : void |
public Cards ( |
||
cardsPtr | ||
return | System |
public Cards ( |
||
cardsPtr | ||
cardsJavaObject | ||
return | System |
public Delete ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public static GetArrayWithQuery ( |
||
query | ||
queryKind | QueryKind | |
callback | GetCardsArrayFinished | |
return | void |
public static GetArrayWithQuerySync ( |
||
query | ||
queryKind | QueryKind | |
return | Applicasa.Cards[] |
public static GetArrayWithQuerySyncIEnumerator ( |
||
query | ||
queryKind | QueryKind | |
return | IEnumerator |
public static GetById ( string id, QueryKind queryKind, GetCardsFinished callback ) : void | ||
id | string | |
queryKind | QueryKind | |
callback | GetCardsFinished | |
return | void |
public static GetCardsArray ( CardsArray cardsArray ) : Applicasa.Cards[] | ||
cardsArray | CardsArray | |
return | Applicasa.Cards[] |
public static GetCardsArrayIEnumerator ( CardsArray cardsArray ) : IEnumerator | ||
cardsArray | CardsArray | |
return | IEnumerator |
public static GetLocalArrayWithRawSqlQuery ( string rawQuery, GetCardsArrayFinished callback ) : void | ||
rawQuery | string | |
callback | GetCardsArrayFinished | |
return | void |
public IncreaseField ( Fields field, float val ) : void | ||
field | Fields | |
val | float | |
return | void |
public IncreaseField ( Fields field, int val ) : void | ||
field | Fields | |
val | int | |
return | void |
public static UpdateLocalStorage ( |
||
query | ||
queryKind | QueryKind | |
return | 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 | |
return | void |
public static Cards[],Applicasa finalCards | ||
return | Applicasa.Cards[] |