Package 

Interface LaunchRequestOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder

    
    public interface LaunchRequestOrBuilder
     implements MessageLiteOrBuilder
                        
    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasOwnApp() .com.google.android.horologist.data.OwnAppConfig own_app = 1;
      abstract OwnAppConfig getOwnApp() .com.google.android.horologist.data.OwnAppConfig own_app = 1;
      abstract boolean hasCompanion() .com.google.android.horologist.data.CompanionConfig companion = 2;
      abstract CompanionConfig getCompanion() .com.google.android.horologist.data.CompanionConfig companion = 2;
      abstract boolean hasActivity() .com.google.android.horologist.data.ActivityConfig activity = 3;
      abstract ActivityConfig getActivity() .com.google.android.horologist.data.ActivityConfig activity = 3;
      abstract LaunchRequest.LaunchConfigCase getLaunchConfigCase()
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait