public interface HmsPushBuilder
UserControllerBuilder that specifies configuration
 for Huawei Push Notifications using HMS (Huawei Mobile Services).
 This builder should be used to specify:
| Modifier and Type | Method and Description | 
|---|---|
| HmsPushBuilder | applicationId(java.lang.String applicationId)Sets the HMS Application Id. | 
| HmsPushBuilder | deviceToken(java.lang.String deviceToken)Sets the HMS Device Token. | 
| UserControllerBuilder | done()Creates the resulting parent UserControllerBuilder. | 
HmsPushBuilder deviceToken(java.lang.String deviceToken)
deviceToken - Must not be null.HmsPushBuilder applicationId(java.lang.String applicationId)
applicationId - Must not be null.UserControllerBuilder done()
Copyright 2016, Sinch AB