public interface SessionCookie
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
get(String key)
Returns the value of the key or null.
|
String |
getAuthenticityToken() |
Map<String,String> |
getData() |
String |
getId() |
void |
init(Context context) |
boolean |
isEmpty()
Returns true if the session is empty, e.g.
|
void |
put(String key,
String value) |
String |
remove(String key)
Removes the value of the key and returns the value or null.
|
void |
save(Context context,
Result result) |
void init(Context context)
String getId()
String getAuthenticityToken()
String remove(String key)
key
- void clear()
boolean isEmpty()
Copyright © 2013. All Rights Reserved.