Show / Hide Table of Contents

Class FbGraphFriendsListResult

Friends request result.

Inheritance
System.Object
FbResult
FbGraphResult
FbGraphFriendsListResult
Inherited Members
FbGraphResult.ParsePaginatedResult(IDictionary)
FbGraphResult.ParseResultId(IDictionary)
FbGraphResult.Id
FbGraphResult.Next
FbGraphResult.HasNext
FbGraphResult.Previous
FbGraphResult.HasPrevious
FbGraphResult.Before
FbGraphResult.After
FbGraphResult.BeforeFbCursorPointer
FbGraphResult.AfterFbCursorPointer
FbResult.State
FbResult.IsSucceeded
FbResult.IsFailed
FbResult.RawResult
FbResult.Error
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 class FbGraphFriendsListResult : FbGraphResult

Properties

TotalFriendsCount

Total Friends count.

Declaration
public int TotalFriendsCount { get; }
Property Value
Type Description
System.Int32

Users

Received users in batch.

Declaration
public List<FbUser> Users { get; }
Property Value
Type Description
List<FbUser>

Methods

OnDataReady(IDictionary)

Declaration
protected override void OnDataReady(IDictionary json)
Parameters
Type Name Description
IDictionary json
Overrides
FbResult.OnDataReady(IDictionary)
In This Article
Back to top Generated by DocFX