C# 클래스 BuildIt.Bot.Client.Services.BotClientMobileAppClient

상속: IBotClientMobileAppClient
파일 보기 프로젝트 열기: builttoroam/BuildIt 1 사용 예제들

공개 메소드들

메소드 설명
BotClientMobileAppClient ( EndpointRouteDetails endpointRouteDetails ) : System

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 ( PushRegistration pushRegistration ) : System.Threading.Tasks.Task

RegisterPushAsync ( PushRegistration pushRegistration ) : Task

Method which, by making a call to the service, registers your device to push notifications hub.

메소드 상세

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
public BotClientMobileAppClient ( EndpointRouteDetails endpointRouteDetails ) : System
endpointRouteDetails BuildIt.Bot.Client.Models.EndpointRouteDetails
리턴 System

DeregisterPushAsync() 공개 메소드

public DeregisterPushAsync ( PushRegistration pushRegistration ) : System.Threading.Tasks.Task
pushRegistration BuildIt.Web.Models.PushNotifications.PushRegistration
리턴 System.Threading.Tasks.Task

RegisterPushAsync() 공개 메소드

Method which, by making a call to the service, registers your device to push notifications hub.
public RegisterPushAsync ( PushRegistration pushRegistration ) : Task
pushRegistration BuildIt.Web.Models.PushNotifications.PushRegistration
리턴 Task