NFive API Reference

NFive API Reference

    Show / Hide Table of Contents

    Interface IOverlayManager

    Namespace: NFive.SDK.Client.Interface
    Assembly: NFive.SDK.Client.net.dll
    Syntax
    public interface IOverlayManager

    Properties

    | Improve this Doc View Source

    Plugin

    Declaration
    string Plugin { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Emit(String, Object)

    Declaration
    void Emit(string event, object data = null)
    Parameters
    Type Name Description
    String event
    Object data
    | Improve this Doc View Source

    Focus(Boolean, Boolean)

    Declaration
    void Focus(bool hasFocus, bool showCursor)
    Parameters
    Type Name Description
    Boolean hasFocus
    Boolean showCursor
    | Improve this Doc View Source

    On(String, Action)

    Declaration
    void On(string event, Action action)
    Parameters
    Type Name Description
    String event
    Action action
    | Improve this Doc View Source

    On<T>(String, Action<T>)

    Declaration
    void On<T>(string event, Action<T> action)
    Parameters
    Type Name Description
    String event
    Action<T> action
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    On<TReturn>(String, Func<TReturn>)

    Declaration
    void On<TReturn>(string event, Func<TReturn> action)
    Parameters
    Type Name Description
    String event
    Func<TReturn> action
    Type Parameters
    Name Description
    TReturn
    | Improve this Doc View Source

    On<T, TReturn>(String, Func<T, TReturn>)

    Declaration
    void On<T, TReturn>(string event, Func<T, TReturn> action)
    Parameters
    Type Name Description
    String event
    Func<T, TReturn> action
    Type Parameters
    Name Description
    T
    TReturn
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2019 NFive