Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKSharingSourceInfo.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
public
class
ZoomSDKSharingSourceInfo
{
4
private
long
userID
;
5
private
long
shareSourceID
;
6
private
MobileRTCShareContentType
contentType
;
7
private
SharingStatus
status
=
SharingStatus
.
Sharing_Status_None
;
8
private
boolean
canBeRemoteControl
;
9
10
public
ZoomSDKSharingSourceInfo
(
long
userID
,
long
shareSourceID
,
SharingStatus
status
,
MobileRTCShareContentType
contentType
,
boolean
canBeRemoteControl
) {
11
this.userID =
userID
;
12
this.shareSourceID =
shareSourceID
;
13
this.status =
status
;
14
this.canBeRemoteControl =
canBeRemoteControl
;
15
this.contentType =
contentType
;
16
}
17
18
public
long
getUserID
() {
19
return
userID
;
20
}
21
22
public
long
getShareSourceID
() {
23
return
shareSourceID
;
24
}
25
26
public
SharingStatus
getStatus
() {
27
return
status
;
28
}
29
30
public
boolean
canBeRemoteControl
() {
31
return
canBeRemoteControl
;
32
}
33
34
public
MobileRTCShareContentType
getContentType
() {
35
return
contentType
;
36
}
37
}
us.zoom.sdk.ZoomSDKSharingSourceInfo
Definition
ZoomSDKSharingSourceInfo.java:3
us.zoom.sdk.ZoomSDKSharingSourceInfo.contentType
MobileRTCShareContentType contentType
Definition
ZoomSDKSharingSourceInfo.java:6
us.zoom.sdk.ZoomSDKSharingSourceInfo.getContentType
MobileRTCShareContentType getContentType()
Definition
ZoomSDKSharingSourceInfo.java:34
us.zoom.sdk.ZoomSDKSharingSourceInfo.userID
long userID
Definition
ZoomSDKSharingSourceInfo.java:4
us.zoom.sdk.ZoomSDKSharingSourceInfo.status
SharingStatus status
Definition
ZoomSDKSharingSourceInfo.java:7
us.zoom.sdk.ZoomSDKSharingSourceInfo.canBeRemoteControl
boolean canBeRemoteControl()
Definition
ZoomSDKSharingSourceInfo.java:30
us.zoom.sdk.ZoomSDKSharingSourceInfo.getStatus
SharingStatus getStatus()
Definition
ZoomSDKSharingSourceInfo.java:26
us.zoom.sdk.ZoomSDKSharingSourceInfo.ZoomSDKSharingSourceInfo
ZoomSDKSharingSourceInfo(long userID, long shareSourceID, SharingStatus status, MobileRTCShareContentType contentType, boolean canBeRemoteControl)
Definition
ZoomSDKSharingSourceInfo.java:10
us.zoom.sdk.ZoomSDKSharingSourceInfo.canBeRemoteControl
boolean canBeRemoteControl
Definition
ZoomSDKSharingSourceInfo.java:8
us.zoom.sdk.ZoomSDKSharingSourceInfo.getShareSourceID
long getShareSourceID()
Definition
ZoomSDKSharingSourceInfo.java:22
us.zoom.sdk.ZoomSDKSharingSourceInfo.getUserID
long getUserID()
Definition
ZoomSDKSharingSourceInfo.java:18
us.zoom.sdk.ZoomSDKSharingSourceInfo.shareSourceID
long shareSourceID
Definition
ZoomSDKSharingSourceInfo.java:5
us.zoom.sdk.MobileRTCShareContentType
Enumeration of types of shared content.
Definition
MobileRTCShareContentType.java:6
us.zoom.sdk.SharingStatus
Enumeration of sharing status.
Definition
SharingStatus.java:6
us.zoom.sdk.SharingStatus.Sharing_Status_None
Sharing_Status_None
Definition
SharingStatus.java:8
sdk
ZoomSDKSharingSourceInfo.java
Generated by
1.12.0