C# Class XamarinCRMAndroid.ConfigFetcher

Fetches settings from embedded resources in the Android project.
Inheritance: IConfigFetcher
Datei anzeigen Open project: xamarin/app-crm

Public Methods

Method Description
GetAsync ( string configElementName, bool readFromSensitiveConfig = false ) : Task

Method Details

GetAsync() public method

public GetAsync ( string configElementName, bool readFromSensitiveConfig = false ) : Task
configElementName string
readFromSensitiveConfig bool
return Task