aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Core.IServiceModule Interface Reference

Base interface of all service modules More...

Inheritance diagram for AeroGear.Mobile.Core.IServiceModule:
AeroGear.Mobile.Auth.IAuthService AeroGear.Mobile.Core.Http.IHttpServiceModule AeroGear.Mobile.Core.Metrics.MetricsService AeroGear.Mobile.Security.ISecurityService AeroGear.Mobile.Auth.AbstractAuthService AeroGear.Mobile.Security.AbstractSecurityService

Public Member Functions

void Destroy ()
 Called when singleThreadService destroyed. More...
 
void Configure (MobileCore core, ServiceConfiguration config)
 

Properties

String Id [get]
 
String Type [get]
 Type/name used in the mobile-singleThreadService.json More...
 
bool RequiresConfiguration [get]
 Whether the singleThreadService module requires its singleThreadService configuration to be defined or if it can be null. If this is More...
 

Detailed Description

Base interface of all service modules

Member Function Documentation

◆ Configure()

◆ Destroy()

void AeroGear.Mobile.Core.IServiceModule.Destroy ( )

Property Documentation

◆ Id

String AeroGear.Mobile.Core.IServiceModule.Id
get

◆ RequiresConfiguration

bool AeroGear.Mobile.Core.IServiceModule.RequiresConfiguration
get

Whether the singleThreadService module requires its singleThreadService configuration to be defined or if it can be null. If this is

true then an exception will be thrown if singleThreadService configuration cannot be found.

true if the singleThreadService configuration should be defined.

◆ Type

String AeroGear.Mobile.Core.IServiceModule.Type
get

Type/name used in the mobile-singleThreadService.json

the type/name used to identify the singleThreadService config in the JSON file


The documentation for this interface was generated from the following file: