메소드 | 설명 | |
---|---|---|
BotClientMobileAppClient ( |
Route to the server is build from BaseServiceUrl, ServiceAffix and registerPushRoute variables, specified in the constructor. The route by default could look like this: [your_base_url]/api/registerpush
|
|
DeregisterPushAsync ( |
|
|
RegisterPushAsync ( |
Method which, by making a call to the service, registers your device to push notifications hub.
|
public BotClientMobileAppClient ( |
||
endpointRouteDetails | ||
리턴 | System |
public DeregisterPushAsync ( |
||
pushRegistration | ||
리턴 | System.Threading.Tasks.Task |
public RegisterPushAsync ( |
||
pushRegistration | ||
리턴 | Task |