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
6
public
class
ZoomSDKSharingSourceInfo
{
7
private
long
userID
;
8
private
long
shareSourceID
;
9
private
MobileRTCShareContentType
contentType
;
10
private
SharingStatus
status
=
SharingStatus
.
Sharing_Status_None
;
11
private
boolean
canBeRemoteControl
;
12
22
public
ZoomSDKSharingSourceInfo
(
long
userID
,
long
shareSourceID
,
SharingStatus
status
,
MobileRTCShareContentType
contentType
,
boolean
canBeRemoteControl
) {
23
this.userID =
userID
;
24
this.shareSourceID =
shareSourceID
;
25
this.status =
status
;
26
this.canBeRemoteControl =
canBeRemoteControl
;
27
this.contentType =
contentType
;
28
}
29
35
public
long
getUserID
() {
36
return
userID
;
37
}
38
44
public
long
getShareSourceID
() {
45
return
shareSourceID
;
46
}
47
53
public
SharingStatus
getStatus
() {
54
return
status
;
55
}
56
62
public
boolean
canBeRemoteControl
() {
63
return
canBeRemoteControl
;
64
}
65
71
public
MobileRTCShareContentType
getContentType
() {
72
return
contentType
;
73
}
74
}
us.zoom.sdk.ZoomSDKSharingSourceInfo.contentType
MobileRTCShareContentType contentType
Definition
ZoomSDKSharingSourceInfo.java:9
us.zoom.sdk.ZoomSDKSharingSourceInfo.getContentType
MobileRTCShareContentType getContentType()
Gets the share content type.
Definition
ZoomSDKSharingSourceInfo.java:71
us.zoom.sdk.ZoomSDKSharingSourceInfo.userID
long userID
Definition
ZoomSDKSharingSourceInfo.java:7
us.zoom.sdk.ZoomSDKSharingSourceInfo.status
SharingStatus status
Definition
ZoomSDKSharingSourceInfo.java:10
us.zoom.sdk.ZoomSDKSharingSourceInfo.canBeRemoteControl
boolean canBeRemoteControl()
Determines whether it can be remote controlled.
Definition
ZoomSDKSharingSourceInfo.java:62
us.zoom.sdk.ZoomSDKSharingSourceInfo.getStatus
SharingStatus getStatus()
Gets the sharing status.
Definition
ZoomSDKSharingSourceInfo.java:53
us.zoom.sdk.ZoomSDKSharingSourceInfo.ZoomSDKSharingSourceInfo
ZoomSDKSharingSourceInfo(long userID, long shareSourceID, SharingStatus status, MobileRTCShareContentType contentType, boolean canBeRemoteControl)
Constructs a ZoomSDKSharingSourceInfo instance.
Definition
ZoomSDKSharingSourceInfo.java:22
us.zoom.sdk.ZoomSDKSharingSourceInfo.canBeRemoteControl
boolean canBeRemoteControl
Definition
ZoomSDKSharingSourceInfo.java:11
us.zoom.sdk.ZoomSDKSharingSourceInfo.getShareSourceID
long getShareSourceID()
Gets the share source's ID.
Definition
ZoomSDKSharingSourceInfo.java:44
us.zoom.sdk.ZoomSDKSharingSourceInfo.getUserID
long getUserID()
Gets the user's ID.
Definition
ZoomSDKSharingSourceInfo.java:35
us.zoom.sdk.ZoomSDKSharingSourceInfo.shareSourceID
long shareSourceID
Definition
ZoomSDKSharingSourceInfo.java:8
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
msdk
sdk
ZoomSDKSharingSourceInfo.java
Generated by
1.16.1