IntegrityTokenResponse
public
abstract
class
IntegrityTokenResponse
extends Object
java.lang.Object
|
↳ |
com.google.android.play.core.integrity.IntegrityTokenResponse
|
Response for IntegrityManager.requestIntegrityToken(IntegrityTokenRequest)
.
Summary
Public methods |
abstract
String
|
token()
A token which contains the response for the integrity related enquiries.
|
Inherited methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
IntegrityTokenResponse
public IntegrityTokenResponse ()
Public methods
token
public abstract String token ()
A token which contains the response for the integrity related enquiries.