Show / Hide Table of Contents

    Class RotaryEventExtensions

    The RotaryEventManager serves extension functions for the Rotary event to EvasObject on a device like Galaxy Gear.

    Inheritance
    Object
    RotaryEventExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: ElmSharp.Wearable
    Assembly: ElmSharp.Wearable.dll
    Syntax
    public static class RotaryEventExtensions

    Methods

    Activate(EvasObject)

    Activates this object that can take the Rotary event.

    Declaration
    public static void Activate(this EvasObject obj)
    Parameters
    Type Name Description
    EvasObject obj

    Target object.

    API Version
    preview

    Activate(IRotaryActionWidget)

    Activates this Circle widget that can take the Rotary event.

    Declaration
    public static void Activate(this IRotaryActionWidget widget)
    Parameters
    Type Name Description
    IRotaryActionWidget widget

    Target the Circle widget.

    API Version
    preview

    AddRotaryEventHandler(EvasObject, RotaryEventHandler)

    Adds a handler for the Rotary event on a specific EvasObject.

    Declaration
    public static void AddRotaryEventHandler(this EvasObject obj, RotaryEventHandler handler)
    Parameters
    Type Name Description
    EvasObject obj

    Target EvasObject.

    RotaryEventHandler handler

    Event handler for the Rotary event.

    API Version
    preview

    Deactivate(EvasObject)

    Deactivates this object that is blocked from the Rotary event.

    Declaration
    public static void Deactivate(this EvasObject obj)
    Parameters
    Type Name Description
    EvasObject obj

    Target object.

    API Version
    preview

    Deactivate(IRotaryActionWidget)

    Deactivates this circle widget that is blocked from the Rotary event.

    Declaration
    public static void Deactivate(this IRotaryActionWidget widget)
    Parameters
    Type Name Description
    IRotaryActionWidget widget

    Target the Circle widget.

    API Version
    preview

    RemoveRotaryEventHandler(EvasObject, RotaryEventHandler)

    Removes a handler on a specific EvasObject for the Rotary event.

    Declaration
    public static void RemoveRotaryEventHandler(this EvasObject obj, RotaryEventHandler handler)
    Parameters
    Type Name Description
    EvasObject obj

    Target EvasObject.

    RotaryEventHandler handler

    Event handler for Rotary event.

    API Version
    preview
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX