Interface SyncBlockerContext.Builder

    • Method Detail

      • key

        SyncBlockerContext.Builder key​(String key)

        The key provided for a context key-value pair for a specific sync blocker.

        Parameters:
        key - The key provided for a context key-value pair for a specific sync blocker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        SyncBlockerContext.Builder value​(String value)

        The value provided for a context key-value pair for a specific sync blocker.

        Parameters:
        value - The value provided for a context key-value pair for a specific sync blocker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.