public interface ClientRegistration
| Modifier and Type | Method and Description |
|---|---|
void |
register(java.lang.String signature,
long sequence)
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 signature,
long sequence)
signature - Signature which have been obtained for a specific user and
sequence.sequence - Sequence identifier for the corresponding signaturevoid registerFailed()
Copyright 2016, Sinch AB