C# 클래스 Facebook.Unity.Tests.MockWrapper

파일 보기 프로젝트 열기: facebook/facebook-sdk-for-unity 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetMethodCallCount ( string methodName ) : int

보호된 메소드들

메소드 설명
GetResultDictionary ( int requestId ) : object>.IDictionary
LogMethodCall ( ) : void
LogMethodCall ( string methodName ) : void

메소드 상세

GetMethodCallCount() 공개 메소드

public GetMethodCallCount ( string methodName ) : int
methodName string
리턴 int

GetResultDictionary() 보호된 메소드

protected GetResultDictionary ( int requestId ) : object>.IDictionary
requestId int
리턴 object>.IDictionary

LogMethodCall() 보호된 메소드

protected LogMethodCall ( ) : void
리턴 void

LogMethodCall() 보호된 메소드

protected LogMethodCall ( string methodName ) : void
methodName string
리턴 void