Table of Contents

Class PushHubOptionsAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Annotations.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public class PushHubOptionsAttribute : Attribute
Inheritance
object
Attribute
PushHubOptionsAttribute

Fields

RequiresRegistration

Require push-client to register, by invoking the PUSH_EVENT_REGISTER method.

public bool RequiresRegistration

Field Value

bool

RestrictToService

Restrict push-client to this service. When client tries to invoke an action outside of this service it will fail.

public bool RestrictToService

Field Value

bool