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

    Interface ServiceRegistration

    Class created when a service is registered. Provides methods to unregister the service or change its metadata.

    interface ServiceRegistration {
        getReference(): ServiceReference;
        isUnregistered(): boolean;
        setProperties(props: ServiceProperties): ServiceRegistration;
        unregister(): void;
    }
    Index

    Methods

    • Returns true, if this registration has already been unregistered.

      Returns boolean

    • Unregister the associated service.

      Returns void