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
16
18 public View view;
19
25 public Intent data;
26}
ZoomVideoSDKSharePreprocessParam(ZoomVideoSDKSharePreprocessType type, View view, Intent data)
Intent data
The intent data for retriving the MediaProjection obtained from a succesful screen capture request....