MaxstARSDK  3.5.0
All Classes Functions Variables
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 
10 
11  NullWearableController(Activity activity, String modelName, boolean supportedDevice) {
12  super(activity, modelName, supportedDevice);
13  }
14 }