Component:MigrationDialog

From Resonite Wiki
This is a userspace component — you cannot attach it anywhere but the userspace. Messing with the userspace can be fun, but it is not recommended as you risk messing your dash up if you don't know what you're doing.
Component image 
File:MigrationDialogComponent.png
Migration Dialog component as seen in the Scene Inspector

The MigrationDialog component

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
_usernameField TextField
_passwordField TextField
_migrateFavorites Bool
_overwriteFavorites Bool
_preserveOldHome Bool
_migrateContacts Bool
_migrateMessageHistory Bool
_migrateRecords Bool
_migrateCloudVariables Bool
_migratedCloudVariableDefinitions Bool
_migrateGroups Bool
_groupsRoot Slot
_groupsMessage Text
_loadGroupsButton Button
CurrentState MigrationDialog.State
_swapRegion SlideSwapRegion

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
SetOverwrite:ButtonEventHandler`1<Bool> ButtonEventHandler`1<Bool> Called when the overwrite button is touched.
SetPreserveHome:ButtonEventHandler`1<Bool> ButtonEventHandler`1<Bool> Called when the preserve home button is touched.
ChooseAllData:ButtonEventHandler ButtonEventHandler Called when the choose all data button is touched.
ChangeStep:ButtonEventHandler`1<MigrationDialog.State> ButtonEventHandler`1<MigrationDialog.State> Called when the change step button is touched.
SaveGroupSelectionAndChange:ButtonEventHandler`1<MigrationDialog.State> ButtonEventHandler`1<MigrationDialog.State> Called when the save group selection and change button is touched.
CheckLoginAndNext:ButtonEventHandler`1<MigrationDialog.State> ButtonEventHandler`1<MigrationDialog.State> Called when the Check login and next button is touched.
LoadGroupsPressed:ButtonEventHandler ButtonEventHandler Called when the load groups button is touched.
OnSourceSelected:ButtonEventHandler`1<String> ButtonEventHandler`1<String> Called when the source button is touched.
StartMigrationPressed:ButtonEventHandler ButtonEventHandler Called when the start migration button is touched.
CancelPressed:ButtonEventHandler ButtonEventHandler Called when the cancel button is touched.

State

Values
Name Value Description
Source 0
Account 1
MigrationType 2
ChooseData 3
ChooseGroups 4
ChooseOverwrite 5
ChooseHome 6
ConfirmStart 7

Usage

Examples

See Also