OmegaIntentBuilder icon indicating copy to clipboard operation
OmegaIntentBuilder copied to clipboard

Update documentation

Open RomanTcv opened this issue 5 years ago • 0 comments

  /**
   * @return SmsIntentBuilder for method chaining
   */
  fun photoCapture(): PhotoCaptureBuilder {
    return PhotoCaptureBuilder(context)
  }

RomanTcv avatar Apr 29 '19 10:04 RomanTcv