You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

actions.native.ts 284B

12345678910
  1. /**
  2. * Opens {@code LogoutDialog}.
  3. *
  4. * @param {Function} _onLogout - The event in {@code LogoutDialog} that should be
  5. * enabled on click.
  6. * @returns {Function}
  7. */
  8. export function openLogoutDialog(_onLogout: Function): any {
  9. // this is available only for web at the moment
  10. }