public interface ClientRegistration
| Modifier and Type | Method and Description | 
|---|---|
| void | register(java.lang.String jwtSignature)Method to call when registration credentials for the user have been
 obtained. | 
| void | registerFailed()Method to call if registration credentials could not be obtained. | 
void register(java.lang.String jwtSignature)
jwtSignature - Signed JWT token for this app's instancevoid registerFailed()
Copyright 2016, Sinch AB