Meeting SDK for Android API Reference
|
This class is used to custom conf activity. Note: The custom conf activity do not automatically inherit the attributes declared in the Manifest for ZmConfActivity
, so you need to manually declare the same configuration for your custom conf activity in the Manifest.
More...
Inherits ZmConfActivity.
Protected Member Functions | |
int | getLayout () |
Get the layout ID of meeting activities. The zm_sdk_new_meeting_layout should be contained as a subview. Note: zm_sdk_new_meeting_layout can not be used for tablet. You can check whether your device is tablet from ZoomUIService#isTabletDevice() . | |
int | getLayoutForTablet () |
Get the layout ID of meeting activities for tablet. The zm_sdk_new_meeting_tablet_layout should be contained as a subview. Note: zm_sdk_new_meeting_tablet_layout can only be used for tablet. You can check whether your device is tablet from ZoomUIService#isTabletDevice() . | |
int | getLayoutForMutiltask () |
boolean | isSensorOrientationEnabled () |
Query if the sensor orientation of the phone is enabled. | |
This class is used to custom conf activity. Note: The custom conf activity do not automatically inherit the attributes declared in the Manifest for ZmConfActivity
, so you need to manually declare the same configuration for your custom conf activity in the Manifest.
Definition at line 11 of file NewMeetingActivity.java.
|
inlineprotected |
Get the layout ID of meeting activities. The zm_sdk_new_meeting_layout should be contained as a subview. Note: zm_sdk_new_meeting_layout can not be used for tablet. You can check whether your device is tablet from ZoomUIService#isTabletDevice()
.
Definition at line 19 of file NewMeetingActivity.java.
|
inlineprotected |
Definition at line 34 of file NewMeetingActivity.java.
|
inlineprotected |
Get the layout ID of meeting activities for tablet. The zm_sdk_new_meeting_tablet_layout should be contained as a subview. Note: zm_sdk_new_meeting_tablet_layout can only be used for tablet. You can check whether your device is tablet from ZoomUIService#isTabletDevice()
.
Definition at line 29 of file NewMeetingActivity.java.
|
inlineprotected |
Query if the sensor orientation of the phone is enabled.
Definition at line 43 of file NewMeetingActivity.java.