C# 클래스 Applicasa.Levels

파일 보기 프로젝트 열기: Applicasa/Sample-App-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
finalLevels Levels[]
innerLevels IntPtr
innerLevelsJavaObject AndroidJavaObject

공개 메소드들

메소드 설명
Delete ( Action action ) : void
GetArrayWithQuery ( Query query, QueryKind queryKind, GetLevelsArrayFinished callback ) : void
GetArrayWithQuerySync ( Query query, QueryKind queryKind ) : Levels[]
GetArrayWithQuerySyncIEnumerator ( Query query, QueryKind queryKind ) : IEnumerator
GetById ( string id, QueryKind queryKind, GetLevelsFinished callback ) : void
GetLevelsArray ( LevelsArray levelsArray ) : Levels[]
GetLevelsArrayIEnumerator ( LevelsArray levelsArray ) : IEnumerator
GetLocalArrayWithRawSqlQuery ( string rawQuery, GetLevelsArrayFinished callback ) : void
IncreaseField ( Fields field, float val ) : void
IncreaseField ( Fields field, int val ) : void
Levels ( ) : System
Levels ( IntPtr levelsPtr ) : System
Levels ( IntPtr levelsPtr, AndroidJavaObject levelsJavaObject ) : System
Save ( Action action ) : void
UpdateLocalStorage ( Query query, QueryKind queryKind ) : int
UploadFile ( byte data, Fields field, AMAZON_FILE_TYPES fileType, string extension, Action action ) : void

비공개 메소드들

메소드 설명
ApplicasaLevels ( ) : IntPtr
ApplicasaLevelsDeleteWithBlock ( System levels, Action callback ) : void
ApplicasaLevelsGetArrayWithQuery ( IntPtr query, QueryKind queryKind, GetLevelsArrayFinished callback ) : void
ApplicasaLevelsGetArrayWithQuerySync ( IntPtr query, QueryKind queryKind ) : LevelsArray
ApplicasaLevelsGetById ( string id, QueryKind queryKind, GetLevelsFinished callback ) : void
ApplicasaLevelsGetLevelsGtgtg ( System levels ) : string
ApplicasaLevelsGetLevelsHTML ( System levels ) : string
ApplicasaLevelsGetLevelsID ( System levels ) : string
ApplicasaLevelsGetLevelsLastUpdate ( System levels ) : double
ApplicasaLevelsGetLevelsTgtggtg ( System levels ) : int
ApplicasaLevelsGetLocalArrayWithRawSqlQuery ( string rawQuery, GetLevelsArrayFinished callback ) : void
ApplicasaLevelsIncreaseFieldFloat ( System levels, Fields field, float val ) : void
ApplicasaLevelsIncreaseFieldInt ( System levels, Fields field, int val ) : void
ApplicasaLevelsSaveWithBlock ( System levels, Action callback ) : void
ApplicasaLevelsSetLevelsGtgtg ( System levels, string levelsGtgtg ) : void
ApplicasaLevelsSetLevelsHTML ( System levels, string levelsHTML ) : void
ApplicasaLevelsSetLevelsID ( System levels, string levelsID ) : void
ApplicasaLevelsSetLevelsTgtggtg ( System levels, int levelsTgtggtg ) : void
ApplicasaLevelsUpdateLocalStorage ( IntPtr query, QueryKind queryKind ) : int
ApplicasaLevelsUploadFile ( System levels, Fields field, byte data, int dataLen, AMAZON_FILE_TYPES fileType, string extension, Action callback ) : void
setGetObjectArrayFinished ( GetLevelsArrayFinished callback, int uniqueActionID ) : void
setGetObjectFinished ( GetLevelsFinished callback, int uniqueActionID ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( Action action ) : void
action Action
리턴 void

GetArrayWithQuery() 공개 정적인 메소드

public static GetArrayWithQuery ( Query query, QueryKind queryKind, GetLevelsArrayFinished callback ) : void
query Query
queryKind QueryKind
callback GetLevelsArrayFinished
리턴 void

GetArrayWithQuerySync() 공개 정적인 메소드

public static GetArrayWithQuerySync ( Query query, QueryKind queryKind ) : Levels[]
query Query
queryKind QueryKind
리턴 Levels[]

GetArrayWithQuerySyncIEnumerator() 공개 정적인 메소드

public static GetArrayWithQuerySyncIEnumerator ( Query query, QueryKind queryKind ) : IEnumerator
query Query
queryKind QueryKind
리턴 IEnumerator

GetById() 공개 정적인 메소드

public static GetById ( string id, QueryKind queryKind, GetLevelsFinished callback ) : void
id string
queryKind QueryKind
callback GetLevelsFinished
리턴 void

GetLevelsArray() 공개 정적인 메소드

public static GetLevelsArray ( LevelsArray levelsArray ) : Levels[]
levelsArray LevelsArray
리턴 Levels[]

GetLevelsArrayIEnumerator() 공개 정적인 메소드

public static GetLevelsArrayIEnumerator ( LevelsArray levelsArray ) : IEnumerator
levelsArray LevelsArray
리턴 IEnumerator

GetLocalArrayWithRawSqlQuery() 공개 정적인 메소드

public static GetLocalArrayWithRawSqlQuery ( string rawQuery, GetLevelsArrayFinished callback ) : void
rawQuery string
callback GetLevelsArrayFinished
리턴 void

IncreaseField() 공개 메소드

public IncreaseField ( Fields field, float val ) : void
field Fields
val float
리턴 void

IncreaseField() 공개 메소드

public IncreaseField ( Fields field, int val ) : void
field Fields
val int
리턴 void

Levels() 공개 메소드

public Levels ( ) : System
리턴 System

Levels() 공개 메소드

public Levels ( IntPtr levelsPtr ) : System
levelsPtr IntPtr
리턴 System

Levels() 공개 메소드

public Levels ( IntPtr levelsPtr, AndroidJavaObject levelsJavaObject ) : System
levelsPtr IntPtr
levelsJavaObject AndroidJavaObject
리턴 System

Save() 공개 메소드

public Save ( Action action ) : void
action Action
리턴 void

UpdateLocalStorage() 공개 정적인 메소드

public static UpdateLocalStorage ( Query query, QueryKind queryKind ) : int
query Query
queryKind QueryKind
리턴 int

UploadFile() 공개 메소드

public UploadFile ( byte data, Fields field, AMAZON_FILE_TYPES fileType, string extension, Action action ) : void
data byte
field Fields
fileType AMAZON_FILE_TYPES
extension string
action Action
리턴 void

프로퍼티 상세

finalLevels 공개적으로 정적으로 프로퍼티

public static Levels[] finalLevels
리턴 Levels[]

innerLevels 공개적으로 프로퍼티

public IntPtr innerLevels
리턴 IntPtr

innerLevelsJavaObject 공개적으로 프로퍼티

public AndroidJavaObject innerLevelsJavaObject
리턴 AndroidJavaObject