{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method Pop | App UI | 0.6.5
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Pop

    Pop(StackViewItem, StackViewOperation)

    Pops one or more items off the stack.

    Declaration
    public StackViewItem Pop(StackViewItem item, StackViewOperation operation = StackViewOperation.PopTransition)
    Parameters
    Type Name Description
    StackViewItem item

    If the item argument is specified, all items down to (but not including) item will be popped. If item is null, all items down to (but not including) the first item is popped.

    StackViewOperation operation

    The type of transition to use during the process.

    Returns
    Type Description
    StackViewItem

    Returns the last item removed from the stack.

    Pop(StackViewOperation)

    Pops one or more items off the stack. Only the current item is popped.

    Declaration
    public StackViewItem Pop(StackViewOperation operation = StackViewOperation.PopTransition)
    Parameters
    Type Name Description
    StackViewOperation operation

    The type of transition to use during the process.

    Returns
    Type Description
    StackViewItem

    Returns the last item removed from the stack.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)