MaxstARSDK
3.5.0
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
c
d
e
f
g
i
l
o
q
r
s
t
u
w
+
Functions
a
c
d
e
f
g
i
l
o
q
r
s
u
w
Variables
+
Files
File List
•
All
Classes
Functions
Variables
com
maxst
ar
wearable
NullWearableController.java
1
/*
2
* Copyright 2017 Maxst, Inc. All Rights Reserved.
3
*/
4
5
package
com.maxst.ar.wearable;
6
7
import
android.app.Activity;
8
9
public
class
NullWearableController
extends
WearableDeviceController
{
10
11
NullWearableController
(Activity activity, String modelName,
boolean
supportedDevice) {
12
super(activity, modelName, supportedDevice);
13
}
14
}
com.maxst.ar.wearable.NullWearableController
Definition:
NullWearableController.java:9
com.maxst.ar.wearable.WearableDeviceController
Definition:
WearableDeviceController.java:10
Generated by
1.8.14