C# Class Facebook.Unity.Tests.MockWrapper

Afficher le fichier Open project: facebook/facebook-sdk-for-unity Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetMethodCallCount ( string methodName ) : int

Méthodes protégées

Méthode Description
GetResultDictionary ( int requestId ) : object>.IDictionary
LogMethodCall ( ) : void
LogMethodCall ( string methodName ) : void

Method Details

GetMethodCallCount() public méthode

public GetMethodCallCount ( string methodName ) : int
methodName string
Résultat int

GetResultDictionary() protected méthode

protected GetResultDictionary ( int requestId ) : object>.IDictionary
requestId int
Résultat object>.IDictionary

LogMethodCall() protected méthode

protected LogMethodCall ( ) : void
Résultat void

LogMethodCall() protected méthode

protected LogMethodCall ( string methodName ) : void
methodName string
Résultat void