Class ISN_UIWheelPickerResult
This type for saving data from ISN_UIWheelPicker callback.
Inheritance
System.Object
ISN_UIWheelPickerResult
Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UIWheelPickerResult : SA_Result
Fields
m_State
Declaration
public string m_State
Field Value
Type | Description |
---|---|
System.String |
m_Value
Declaration
public string m_Value
Field Value
Type | Description |
---|---|
System.String |
Properties
State
Get current state of ISN_UIWheelPicker callback.
Declaration
public ISN_UIWheelPickerStates State { get; }
Property Value
Type | Description |
---|---|
ISN_UIWheelPickerStates |
Value
Get chosen value from ISN_UIWheelPicker callback.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |