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