public interface BulkSmsAdapter
| Modifier and Type | Method and Description |
|---|---|
SMS |
getSmsAt(int n)
SMS 불러오는 함수
|
int |
getSmsCount()
SMS 의 문자함의 수 구하기
|
void |
onCompleted()
파싱 완료시 요청
|
void |
onError(int resultCode)
에러 발생시 요청
|
void |
onProgress(int now,
int total)
현재상태 값에 대한 progress 상태
|
void |
sendToServerTransactions(java.util.ArrayList<Transaction> transactions,
OnNetworkResultListener callback)
tranCount 단위로 서버 전송 요청
|
int getSmsCount()
void onProgress(int now,
int total)
now - 현재 파싱된 수total - 문자 전체 수void sendToServerTransactions(java.util.ArrayList<Transaction> transactions, OnNetworkResultListener callback)
transactions - 파싱된 리스트callback - 네트워크 성공 여부 callbackvoid onCompleted()
void onError(int resultCode)
resultCode - ResultCode