public interface FlashCookie
| Modifier and Type | Method and Description |
|---|---|
void |
clearCurrentFlashCookieData() |
boolean |
contains(String key) |
void |
discard() |
void |
discard(String key) |
void |
error(String value,
Object... args) |
String |
get(String key) |
Map<String,String> |
getCurrentFlashCookieData() |
Map<String,String> |
getOutgoingFlashCookieData() |
void |
init(Context context) |
void |
keep() |
void |
keep(String key) |
void |
now(String key,
String value) |
void |
put(String key,
Object value) |
void |
put(String key,
String value) |
boolean |
remove(String key) |
void |
save(Context context,
Result result) |
void |
success(String value,
Object... args) |
String |
toString() |
Copyright © 2013. All Rights Reserved.