Class FbResult
Facebook API callback result representation.
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: StansAssets.Facebook
Assembly: cs.temp.dll.dll
Syntax
public abstract class FbResult
Properties
Error
Declaration
public string Error { get; }
Property Value
Type | Description |
---|---|
System.String |
IsFailed
Gets a value indicating whether this result is failed.
Declaration
public bool IsFailed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsSucceeded
Gets a value indicating whether this result is succeeded.
Declaration
public bool IsSucceeded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
RawResult
Gets the raw result string.
Declaration
public string RawResult { get; }
Property Value
Type | Description |
---|---|
System.String |
State
The result state.
Declaration
public FbResultState State { get; }
Property Value
Type | Description |
---|---|
FbResultState |
Methods
OnDataReady(IDictionary)
Declaration
protected abstract void OnDataReady(IDictionary json)
Parameters
Type | Name | Description |
---|---|---|
IDictionary | json |