Class PushConnectionStateEventArgs

    Definition

    Namespace:
    Tizen.Messaging.Push
    Assembly:
    Tizen.Messaging.Push.dll

    An extended EventArgs class, which contains the State Information.

    public class PushConnectionStateEventArgs : EventArgs
    Inheritance
    object
    PushConnectionStateEventArgs

    Properties

    View Source

    Error

    Gives information about the error if set.

    Declaration
    public string Error { get; }
    Property Value
    Type Description
    string

    It is the string, which contains the error string if set.

    View Source

    State

    Gives the current state.

    Declaration
    public PushConnectionStateEventArgs.PushState State { get; }
    Property Value
    Type Description
    PushConnectionStateEventArgs.PushState

    It is the current state.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX