Interface SuggestedActionSetLoginEmailAddress

Suggests the user to add login email address. Call isLoginEmailAddressRequired, and then setLoginEmailAddress or checkLoginEmailAddressCode to change the login email address. Subtype of SuggestedAction.

interface SuggestedActionSetLoginEmailAddress {
    @type: "suggestedActionSetLoginEmailAddress";
    can_be_hidden?: boolean;
}

Properties

@type: "suggestedActionSetLoginEmailAddress"
can_be_hidden?: boolean

True, if the suggested action can be hidden using hideSuggestedAction. Otherwise, the user must not be able to use the app without setting up the email address.