Show / Hide Table of Contents

Class ISN_UIApplicationDelegateResult

This type for saving data from ISN_UIApplicationDelegate callback.

Inheritance
System.Object
ISN_UIApplicationDelegateResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UIApplicationDelegateResult

Properties

Data

Gets the data from result.

Declaration
public string Data { get; }
Property Value
Type Description
System.String

EventName

Gets the event name from the result.

Declaration
public string EventName { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX