Interface IRemoteSettingsService
Declaration
public interface IRemoteSettingsService : IAsyncInitialize
Properties
Ready
Declaration
bool Ready { get; }
Methods
Initialize()
Declaration
void Initialize()
GetValue(Type, string)
Declaration
object GetValue(Type type, string key)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.Type | type |
System.String | key |