Class FbLoginUtilResult
Inheritance
System.Object
FbLoginUtilResult
Assembly: cs.temp.dll.dll
Syntax
public class FbLoginUtilResult : IGraphResult
Properties
Cancelled
Declaration
public bool Cancelled { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Error
Declaration
public string Error { get; }
Property Value
| Type |
Description |
| System.String |
|
ErrorDictionary
Declaration
public IDictionary<string, string> ErrorDictionary { get; }
Property Value
| Type |
Description |
| IDictionary<System.String, System.String> |
|
IsSucceeded
Declaration
public bool IsSucceeded { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
RawResult
Declaration
public string RawResult { get; }
Property Value
| Type |
Description |
| System.String |
|
ResultDictionary
Declaration
public IDictionary<string, object> ResultDictionary { get; }
Property Value
| Type |
Description |
| IDictionary<System.String, System.Object> |
|
ResultList
Declaration
public IList<object> ResultList { get; }
Property Value
| Type |
Description |
| IList<System.Object> |
|
Texture
Declaration
public Texture2D Texture { get; }
Property Value
| Type |
Description |
| Texture2D |
|