-
public class ActivationStateMachine.CalledActivate extends ActivationStateMachine.Event
-
-
Method Summary
Modifier and Type Method Description static ActivationStateMachine.CalledActivateuseCustomRegistrar(boolean useCustomRegistrar, SharedPreferences prefs)StringgetPersistedName()The name to be used when persisting this class, or null if this class should not be persisted. StringtoString()-
-
Method Detail
-
useCustomRegistrar
static ActivationStateMachine.CalledActivate useCustomRegistrar(boolean useCustomRegistrar, SharedPreferences prefs)
-
getPersistedName
String getPersistedName()
The name to be used when persisting this class, or null if this class should not be persisted.
-
-
-
-