This class represents an Intent argument.
For example; this class is the same as if you were to manually pass the following command:
where the following would be declared in this class:
Those arguments would look like the following:
It's a wrapper for the AM executable. To make your life easy.
Examples
adb shell am -W -n com.package.name/com.package.name.ActivityName
-n com.package.name/com.package.name.ActivityName
var intentArg = IntentArgument.GetIntentArgument(IntentArgument.ArgumentPrefix.Component, )
Inheritance Hierarchy
RegawMOD.AndroidIntentArgument
Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
The IntentArgument type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | IntentArgument |
Initializes a new instance of the IntentArgument class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetIntentArgument |
Gets the intent argument.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Args |
Gets or sets the arguments.
|
![]() | Argument |
Gets the argument.
|
![]() | Prefix |
Gets or sets the argument prefix.
|
See Also