public abstract class AFEvent
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
|
AFEvent() |
protected |
AFEvent(boolean encrypt) |
| Modifier and Type | Method and Description |
|---|---|
AFEvent |
cacheKey(java.lang.String cacheKey) |
protected AFEvent |
context(android.content.Context context) |
android.content.Intent |
intent() |
boolean |
isEncrypt() |
AFEvent |
post(byte[] post) |
protected AFEvent |
urlString(java.lang.String urlString) |
protected AFEvent context(android.content.Context context)
protected AFEvent urlString(java.lang.String urlString)
public android.content.Intent intent()
public AFEvent post(byte[] post)
public AFEvent cacheKey(java.lang.String cacheKey)
public boolean isEncrypt()