Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSharePreprocessParam.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.content.Intent;
4import android.view.View;
5
7
9 this.type = type;
10 this.view = view;
11 this.data = data;
12 }
13
18
22 public View view;
23
29 public Intent data;
30}
ZoomVideoSDKSharePreprocessParam(ZoomVideoSDKSharePreprocessType type, View view, Intent data)
Intent data
The intent data for retrieving the MediaProjection obtained from a successful screen capture request....
ZoomVideoSDKSharePreprocessType type
The share pre-process type.