SelectDistributorDialogsBuilder
Main dialog builder, use run
to select a distributor and register
Extend and override functions or attributes if needed.
Parameters
Context for fetching resources.
UnifiedPush functions to interact with the distributors.
Properties
Functions
Called when a distributor is selected. By default, it calls UnifiedPushFunctions.saveDistributor then UnifiedPushFunctions.registerApp for each instance.
Called when many distributors are found. By default, it shows a dialog to ask which distributor to pick with RegistrationDialogContent.chooseDialog content.
Called when no distributor are found. By default, it shows a dialog with RegistrationDialogContent.noDistributorDialog content.
Select distributor without trying to use the user's default one.
Whether the dialog with the IntroDialog should be shown to the user.