Interface TelephonySettings.Builder

  • Method Details

    • inboundCalling

      TelephonySettings.Builder inboundCalling(Boolean inboundCalling)

      Allows or denies inbound calling.

      Parameters:
      inboundCalling - Allows or denies inbound calling.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outboundCalling

      TelephonySettings.Builder outboundCalling(Boolean outboundCalling)

      Allows or denies outbound calling.

      Parameters:
      outboundCalling - Allows or denies outbound calling.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sms

      Allows or denies SMS messaging.

      Parameters:
      sms - Allows or denies SMS messaging.
      Returns:
      Returns a reference to this object so that method calls can be chained together.