Click or drag to resize

OAuthLoginPage Methods

The OAuthLoginPage type exposes the following members.

Methods
  NameDescription
Public methodBatchBegin
Signals the start of a batch of changes to the elements properties.
(Inherited from VisualElement.)
Public methodBatchCommit
Signals the end of a batch of commands to the element and that those commands should now be committed.
(Inherited from VisualElement.)
Public methodClearValue(BindableProperty)
Clears any value set by SetValue for property.
(Inherited from BindableObject.)
Public methodClearValue(BindablePropertyKey)
Clears any value set by SetValue for the property that is identified by propertyKey.
(Inherited from BindableObject.)
Public methodDisplayActionSheet
Displays a native platform action sheet, allowing the application user to choose from several buttons.
(Inherited from Page.)
Public methodDisplayAlert(String, String, String)
Presents an alert dialog to the application user with a single cancel button.
(Inherited from Page.)
Public methodDisplayAlert(String, String, String, String)
Presents an alert dialog to the application user with an accept and a cancel button.
(Inherited from Page.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFocus
Attemps to set focus to this element.
(Inherited from VisualElement.)
Public methodForceLayout
Forces the Page to perform a layout pass.
(Inherited from Page.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSizeRequest Obsolete.
Returns the SizeRequest of the element. Calling this method begins the measure pass of a layout cycle.
(Inherited from VisualElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the value that is contained the BindableProperty.
(Inherited from BindableObject.)
Public methodIsSet
To be added.
(Inherited from BindableObject.)
Public methodLayout
Updates the bounds of the element during the layout cycle.
(Inherited from VisualElement.)
Public methodMeasure
Returns the minimum size that a visual element needs in order to be displayed on the device.
(Inherited from VisualElement.)
Public methodOn``1
TReturns the platform-specific instance of this Page, on which a platform-specific method may be called.
(Inherited from Page.)
Public methodRemoveBinding
Removes a previously set binding.
(Inherited from BindableObject.)
Public methodRemoveDynamicResource
Removes a previously set dynamic resource
(Inherited from Element.)
Public methodSendBackButtonPressed
Calls OnBackButtonPressed.
(Inherited from Page.)
Public methodSetBinding
Assigns a binding to a property.
(Inherited from BindableObject.)
Public methodSetDynamicResource
Sets the BindableProperty property of this element to be updated via the DynamicResource with the provided key.
(Inherited from Element.)
Public methodSetValue(BindableProperty, Object)
Sets the value of the specified property.
(Inherited from BindableObject.)
Public methodSetValue(BindablePropertyKey, Object)
Sets the value of the propertyKey.
(Inherited from BindableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnfocus
Unsets focus to this element.
(Inherited from VisualElement.)
Top
See Also