Schnittstelle DBusCallFlags


public interface DBusCallFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the caller is prepared to
    wait for interactive authorization.
    static final int
    The bus must not launch
    an owner for the destination name in response to this method
    invocation.
    static final int
    No flags set.
  • Felddetails

    • NONE

      static final int NONE
      No flags set.
      Siehe auch:
    • NO_AUTO_START

      static final int NO_AUTO_START
      The bus must not launch
      an owner for the destination name in response to this method
      invocation.
      Siehe auch:
    • ALLOW_INTERACTIVE_AUTHORIZATION

      static final int ALLOW_INTERACTIVE_AUTHORIZATION
      the caller is prepared to
      wait for interactive authorization. Since 2.46.
      Siehe auch: