public class NotifyModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
NotifyModel.AgreementListener |
static interface |
NotifyModel.Listener |
private static interface |
NotifyModel.Service |
Modifier and Type | Field and Description |
---|---|
private boolean[] |
mIsWork |
private NotifyModel.Listener |
mListener |
Constructor and Description |
---|
NotifyModel(NotifyModel.Listener listener) |
Modifier and Type | Method and Description |
---|---|
void |
agreementTemperLimit(java.lang.String accessToken,
boolean isAgree,
NotifyModel.AgreementListener listener) |
void |
setClientIp(java.lang.String accessToken,
java.lang.String clientIp,
java.lang.String port) |
private NotifyModel.Listener mListener
private boolean[] mIsWork
public NotifyModel(NotifyModel.Listener listener)
public void setClientIp(java.lang.String accessToken, java.lang.String clientIp, java.lang.String port)
public void agreementTemperLimit(java.lang.String accessToken, boolean isAgree, NotifyModel.AgreementListener listener)