C# Class XamarinForms.QbChat.iOS.ChatPageRenderer

Inheritance: Xamarin.Forms.Platform.iOS.PageRenderer
Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk

Méthodes publiques

Méthode Description
ViewDidDisappear ( bool animated ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Méthodes protégées

Méthode Description
OnElementChanged ( VisualElementChangedEventArgs e ) : void

Private Methods

Méthode Description
ChangeFrameSize ( bool scale ) : void
Scroll ( object sender, UIKeyboardEventArgs e, bool scale, bool returnToPreviousState = false ) : void

Method Details

OnElementChanged() protected méthode

protected OnElementChanged ( VisualElementChangedEventArgs e ) : void
e VisualElementChangedEventArgs
Résultat void

ViewDidDisappear() public méthode

public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void