Class OrderConnector

    • Constructor Detail

      • OrderConnector

        public OrderConnector​(Context context,
                              Account account,
                              ServiceConnector.OnServiceConnectedListener client)
        Constructs a new OrderConnector object. This class will use the IOrderServiceV3_1 service.
        Parameters:
        context - the Context object, required for establishing a connection to the service.
        account - the Account to use with the service.
        client - an optional object implementing the OnServiceConnectedListener