Package com.mparticle.identity
Interface MParticleIdentityClient
-
- All Superinterfaces:
MParticleBaseClient
- All Known Implementing Classes:
MParticleIdentityClientImpl
public interface MParticleIdentityClient extends MParticleBaseClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityHttpResponse
identify(IdentityApiRequest request)
IdentityHttpResponse
login(IdentityApiRequest request)
IdentityHttpResponse
logout(IdentityApiRequest request)
IdentityHttpResponse
modify(IdentityApiRequest request)
-
Methods inherited from interface com.mparticle.networking.MParticleBaseClient
getRequestHandler, setRequestHandler
-
-
-
-
Method Detail
-
login
IdentityHttpResponse login(IdentityApiRequest request) throws java.lang.Exception
- Throws:
java.lang.Exception
-
logout
IdentityHttpResponse logout(IdentityApiRequest request) throws java.lang.Exception
- Throws:
java.lang.Exception
-
identify
IdentityHttpResponse identify(IdentityApiRequest request) throws java.lang.Exception
- Throws:
java.lang.Exception
-
modify
IdentityHttpResponse modify(IdentityApiRequest request) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-