aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Core.Options Class Reference

Specify the options for the Core module More...

Classes

class  OptionsBuilder
 Builder class to create a new instance of the T:AeroGear.Mobile.Core.Options class. More...
 

Public Member Functions

 Options ()
 Initializes a new instance of the T:AeroGear.Mobile.Core.Options class. More...
 

Properties

String ConfigFileName [get]
 Gets the name of the config file. More...
 
IHttpServiceModule HttpServiceModule [get]
 Gets the http service module. More...
 
bool HttpAllowAutoRedirect [get]
 
ILogger Logger [get]
 Gets the logger. More...
 
static OptionsBuilder Builder [get]
 Gets the builder to create a new instance of Options More...
 
string ConfigJson [get]
 Gets the json object from the config file. More...
 

Detailed Description

Specify the options for the Core module

Constructor & Destructor Documentation

◆ Options()

AeroGear.Mobile.Core.Options.Options ( )

Initializes a new instance of the T:AeroGear.Mobile.Core.Options class.

Property Documentation

◆ Builder

OptionsBuilder AeroGear.Mobile.Core.Options.Builder
staticget

Gets the builder to create a new instance of Options

an instance of OptionsBuilder

◆ ConfigFileName

String AeroGear.Mobile.Core.Options.ConfigFileName
get

Gets the name of the config file.

The name of the config file.

◆ ConfigJson

string AeroGear.Mobile.Core.Options.ConfigJson
get

Gets the json object from the config file.

The config json.

◆ HttpAllowAutoRedirect

bool AeroGear.Mobile.Core.Options.HttpAllowAutoRedirect
get

◆ HttpServiceModule

IHttpServiceModule AeroGear.Mobile.Core.Options.HttpServiceModule
get

Gets the http service module.

The http service module.

◆ Logger

ILogger AeroGear.Mobile.Core.Options.Logger
get

Gets the logger.

The logger.


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