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

    Interface ServiceEvent

    A service event.

    interface ServiceEvent {
        getBundle(): Bundle;
        getServiceReference(): ServiceReference;
        getSource(): ServiceReference;
        getType(): ServiceEventTypes;
        getTypeName(): ServiceEventNames;
    }
    Index

    Methods

    • Get the bundle providing the changed service.

      Returns Bundle

      the bundle

    • Get the reference to the changed service.

      Returns ServiceReference

      the service reference