Constructs a RealmCallback with a prompt.paramprompt The non-null prompt to use to request the realm information.throwsIllegalArgumentException If prompt is null or the empty string. super(prompt);
super(prompt);
Constructs a RealmCallback with a prompt and default realm information.paramprompt The non-null prompt to use to request the realm information.paramdefaultRealmInfo The non-null default realm information to use.throwsIllegalArgumentException If prompt is null or the empty string, or if defaultRealm is empty or null. super(prompt, defaultRealmInfo);
super(prompt, defaultRealmInfo);