11 lines
168 B
C#
11 lines
168 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public enum IntentExecutionState
|
|
{
|
|
WaitingIntent,
|
|
|
|
ExecutingIntent,
|
|
|
|
EmptyQueue
|
|
}
|
|
} |