Package us.zoom.sdk
Class ZoomVideoSDKSharePreprocessParam
java.lang.Object
us.zoom.sdk.ZoomVideoSDKSharePreprocessParam
-
Field Summary
FieldsModifier and TypeFieldDescriptionandroid.content.Intent
The intent data for retriving the MediaProjection obtained from a succesful screen capture request.The share pre-process typeandroid.view.View
The view to share -
Constructor Summary
ConstructorsConstructorDescriptionZoomVideoSDKSharePreprocessParam
(ZoomVideoSDKSharePreprocessType type, android.view.View view, android.content.Intent data) -
Method Summary
-
Field Details
-
type
The share pre-process type -
view
public android.view.View viewThe view to share -
data
public android.content.Intent dataThe intent data for retriving the MediaProjection obtained from a succesful screen capture request. see: https://developer.android.com/reference/android/media/projection/MediaProjectionManager.html
-
-
Constructor Details