map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface BundleEvent

    A bundle event.

    interface BundleEvent {
        getBundle(): Bundle;
        getSource(): Bundle;
        getType(): BundleEventTypes;
        getTypeName(): BundleEventNames;
    }
    Index

    Methods

    • Get the bundle that was changed

      Returns Bundle

      the bundle

    • Get the source bundle that was throwing the event.

      Returns Bundle

      the source bundle.