IRemoteSettings2 Interface

Definition

IRemoteSettings2 provides subscribable settings without code changes

public interface class IRemoteSettings2 : IDisposable
public interface IRemoteSettings2 : IDisposable
type IRemoteSettings2 = interface
    interface IDisposable
Public Interface IRemoteSettings2
Implements IDisposable
Derived
Implements

Methods

SubscribeActions<T>(String, Action<ActionWrapper<T>>)

Subscribes to triggered remote actions of type T on the given action path.

UnsubscribeActions(String)

Unsubscribes from triggered remote actions on the given action path

Applies to