OAuthLoginPage Methods |
The OAuthLoginPage type exposes the following members.
Name | Description | |
---|---|---|
![]() | BatchBegin | Signals the start of a batch of changes to the elements properties. (Inherited from VisualElement.) |
![]() | BatchCommit | Signals the end of a batch of commands to the element and that those commands should now be committed. (Inherited from VisualElement.) |
![]() | ClearValue(BindableProperty) | Clears any value set by SetValue for property. (Inherited from BindableObject.) |
![]() | ClearValue(BindablePropertyKey) | Clears any value set by SetValue for the property that is identified by propertyKey. (Inherited from BindableObject.) |
![]() | DisplayActionSheet | Displays a native platform action sheet, allowing the application user to choose from several buttons. (Inherited from Page.) |
![]() | DisplayAlert(String, String, String) | Presents an alert dialog to the application user with a single cancel button. (Inherited from Page.) |
![]() | DisplayAlert(String, String, String, String) | Presents an alert dialog to the application user with an accept and a cancel button. (Inherited from Page.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Focus | Attemps to set focus to this element. (Inherited from VisualElement.) |
![]() | ForceLayout | Forces the Page to perform a layout pass. (Inherited from Page.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSizeRequest | Obsolete. Returns the SizeRequest of the element. Calling this method begins the measure pass of a layout cycle. (Inherited from VisualElement.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | Returns the value that is contained the BindableProperty. (Inherited from BindableObject.) |
![]() | IsSet | To be added. (Inherited from BindableObject.) |
![]() | Layout | Updates the bounds of the element during the layout cycle. (Inherited from VisualElement.) |
![]() | Measure | Returns the minimum size that a visual element needs in order to be displayed on the device. (Inherited from VisualElement.) |
![]() | On``1 | TReturns the platform-specific instance of this Page, on which a platform-specific method may be called. (Inherited from Page.) |
![]() | RemoveBinding | Removes a previously set binding. (Inherited from BindableObject.) |
![]() | RemoveDynamicResource | Removes a previously set dynamic resource (Inherited from Element.) |
![]() | SendBackButtonPressed | Calls OnBackButtonPressed. (Inherited from Page.) |
![]() | SetBinding | Assigns a binding to a property. (Inherited from BindableObject.) |
![]() | SetDynamicResource | Sets the BindableProperty property of this element to be updated via the DynamicResource with the provided key. (Inherited from Element.) |
![]() | SetValue(BindableProperty, Object) | Sets the value of the specified property. (Inherited from BindableObject.) |
![]() | SetValue(BindablePropertyKey, Object) | Sets the value of the propertyKey. (Inherited from BindableObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Unfocus | Unsets focus to this element. (Inherited from VisualElement.) |