C# 클래스 XamarinForms.QbChat.iOS.ChatPageRenderer

상속: Xamarin.Forms.Platform.iOS.PageRenderer
파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk

공개 메소드들

메소드 설명
ViewDidDisappear ( bool animated ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

보호된 메소드들

메소드 설명
OnElementChanged ( VisualElementChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
ChangeFrameSize ( bool scale ) : void
Scroll ( object sender, UIKeyboardEventArgs e, bool scale, bool returnToPreviousState = false ) : void

메소드 상세

OnElementChanged() 보호된 메소드

protected OnElementChanged ( VisualElementChangedEventArgs e ) : void
e VisualElementChangedEventArgs
리턴 void

ViewDidDisappear() 공개 메소드

public ViewDidDisappear ( bool animated ) : void
animated bool
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void