C# Class Integreat.Shared.Services.Network.SafeNetworkService

Inheritance: INetworkService
Afficher le fichier Open project: Integreat/app-cross_platform

Méthodes publiques

Méthode Description
GetDisclaimers ( Language language, Location location, UpdateTime time ) : Task>
GetEventPages ( Language language, Location location, UpdateTime time ) : Task>
GetLanguages ( Location location ) : Task>
GetLocations ( ) : Task>
GetPages ( Language language, Location location, UpdateTime time ) : Task>
GetPagesDebug ( Language language, Location location, UpdateTime time ) : Task
IsServerAlive ( ) : Task
SafeNetworkService ( INetworkService networkService ) : System.Collections.ObjectModel
SubscribePush ( Location location, string regId ) : Task
UnsubscribePush ( Location location, string regId ) : Task

Method Details

GetDisclaimers() public méthode

public GetDisclaimers ( Language language, Location location, UpdateTime time ) : Task>
language Integreat.Shared.Models.Language
location Integreat.Shared.Models.Location
time Integreat.Shared.Models.UpdateTime
Résultat Task>

GetEventPages() public méthode

public GetEventPages ( Language language, Location location, UpdateTime time ) : Task>
language Integreat.Shared.Models.Language
location Integreat.Shared.Models.Location
time Integreat.Shared.Models.UpdateTime
Résultat Task>

GetLanguages() public méthode

public GetLanguages ( Location location ) : Task>
location Integreat.Shared.Models.Location
Résultat Task>

GetLocations() public méthode

public GetLocations ( ) : Task>
Résultat Task>

GetPages() public méthode

public GetPages ( Language language, Location location, UpdateTime time ) : Task>
language Integreat.Shared.Models.Language
location Integreat.Shared.Models.Location
time Integreat.Shared.Models.UpdateTime
Résultat Task>

GetPagesDebug() public méthode

public GetPagesDebug ( Language language, Location location, UpdateTime time ) : Task
language Integreat.Shared.Models.Language
location Integreat.Shared.Models.Location
time Integreat.Shared.Models.UpdateTime
Résultat Task

IsServerAlive() public méthode

public IsServerAlive ( ) : Task
Résultat Task

SafeNetworkService() public méthode

public SafeNetworkService ( INetworkService networkService ) : System.Collections.ObjectModel
networkService INetworkService
Résultat System.Collections.ObjectModel

SubscribePush() public méthode

public SubscribePush ( Location location, string regId ) : Task
location Integreat.Shared.Models.Location
regId string
Résultat Task

UnsubscribePush() public méthode

public UnsubscribePush ( Location location, string regId ) : Task
location Integreat.Shared.Models.Location
regId string
Résultat Task