10年积累的网站设计制作、成都网站建设经验,可以快速应对客户对网站的新想法和需求。提供各种问题对应的解决方案。让选择我们的客户得到更好、更有力的网络服务。我虽然不认识你,你也不认识我。但先网站设计后付款的网站建设流程,更有荣县免费网站建设让你可以放心的选择与我们合作。
java.lang.Object
|---ohos.event.notification.NotificationUserInput
public class NotificationUserInput
extends Object
implements Sequenceable
定义用户输入,它将与发送的 IntentAgent 中的意图一起传递。 您应该始终使用 NotificationUserInput.Builder 创建此类的实例。 您可以调用 NotificationActionButton.Builder#addNotificationUserInput(NotificationUserInput) 将 NotificationUserInput 对象添加到 NotificationActionButton。
Since:
3
修饰符和类型 | 类 | 描述 |
---|---|---|
static class | NotificationUserInput.Builder | NotificationUserInput 对象的构建器类。 |
从接口 ohos.utils.Sequenceable 继承的嵌套类/接口 |
---|
Sequenceable.ProducerT |
修饰符和类型 | 字段 | 描述 |
---|---|---|
static Sequenceable.ProducerNotificationUserInput | PRODUCER | 从 Parcel 创建 NotificationUserInput 实例。 |
修饰符和类型 | 方法 | 描述 |
---|---|---|
static void | addInputsToIntent(ListNotificationUserInput userInputs, Intent intent, PacMap pacMap) | 将 NotificationUserInput 对象列表添加到 Intent。 |
static void | addMimeInputToIntent(NotificationUserInput userInput, Intent intent, MapString,Uri results) | 将指定 MIME 类型的给定 NotificationUserInput 对象添加到 Intent。 |
PacMap | getAdditionalData() | 获取包含在此 NotificationUserInput 对象中的附加数据。 |
int | getEditType() | 获取此 NotificationUserInput 对象提供的选项的编辑类型。 |
String | getInputKey() | 获取此 NotificationUserInput 对象的键。 |
static PacMap | getInputsFromIntent(Intent intent) | 从指定的 ohos.aafwk.content.Intent 获取输入文本结果。 |
static int | getInputsSource(Intent intent) | 获取此 NotificationUserInput 对象的输入源。 |
static MapString,Uri | getMimeInputsFromIntent(Intent intent, String inputKey) | 从指定的 ohos.aafwk.content.Intent 获取特定 MIME 类型的输入结果。 |
ListString | getOptions() | 获取提供给用户的选项以满足用户输入需求。 |
SetString | getPermitMimeTypes() | 获取此 NotificationUserInput 对象允许的 MIME 类型。 |
String | getTag() | 当从用户那里收集这个输入时,获取要显示给用户的标签。 |
boolean | isMimeTypeOnly() | 检查此 NotificationUserInput 对象是否仅允许特定 MIME 类型的值。 |
boolean | isPermitFreeFormInput() | 检查用户是否可以为此 NotificationUserInput 对象提供任意值。 |
boolean | marshalling(Parcel out) | 将 NotificationUserInput 对象编组到 Parcel 中。 |
static void | setInputsSource(Intent intent, NotificationConstant.InputsSource source) | 设置此 NotificationUserInput 对象的输入源。 |
String | toString() | 返回对象的字符串表示形式。 |
boolean | unmarshalling(Parcel in) | 从 Parcel 中解组 NotificationUserInput 对象。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
从接口 ohos.utils.Sequenceable 继承的方法 |
---|
hasFileDescriptor |
public static final Sequenceable.ProducerNotificationUserInput PRODUCER
从 Parcel 创建 NotificationUserInput 实例。
Since:
4
public static void addMimeInputToIntent(NotificationUserInput userInput, Intent intent, MapString,Uri results)
将指定 MIME 类型的给定 NotificationUserInput 对象添加到 Intent。 该方法与 addInputsToIntent(java.util.List, ohos.aafwk.content.Intent, ohos.utils.PacMap) 类似,只是必须指定 MIME 类型。
参数:
参数名称 | 参数描述 |
---|---|
userInput | 指示为其提供输入结果的 NotificationUserInput 对象。 |
intent | 指示要添加输入结果的 Intent。 |
results | 指示包含 MIME 类型及其 URI 结果的映射。 |
Since:
3
public static void addInputsToIntent(ListNotificationUserInput userInputs, Intent intent, PacMap pacMap)
将 NotificationUserInput 对象列表添加到 Intent。 此方法仅应在将输入结果发送到 IntentAgent 时由用户输入收集服务调用。
参数:
参数名称 | 参数描述 |
---|---|
userInputs | 指示为其提供输入结果的 NotificationUserInput 对象的列表。 |
intent | 指示要添加输入结果的 Intent。 |
pacMap | 指示保存输入结果的 PacMap 对象。 PacMap 键必须与 userInputs 中指定的对象中包含的键匹配。 |
Since:
3
public static MapString,Uri getMimeInputsFromIntent(Intent intent, String inputKey)
从指定的 ohos.aafwk.content.Intent 获取特定 MIME 类型的输入结果。 此方法类似于 getInputsFromIntent(ohos.aafwk.content.Intent),但使用的是 NotificationUserInput 的键。
参数:
参数名称 | 参数描述 |
---|---|
intent | 表示包含用户输入结果的 Intent。 |
inputKey | 表示要获取的 NotificationUserInput 结果的键。 |
返回:
返回包含 MIME 类型及其 URI 结果的映射。
Since:
3
public static PacMap getInputsFromIntent(Intent intent)
从指定的 ohos.aafwk.content.Intent 获取输入文本结果。
参数:
参数名称 | 参数描述 |
---|---|
intent | 表示包含一个或多个用户输入结果的 Intent 对象。 |
返回:
返回包含输入文本结果的 PacMap 对象。
Since:
3
public static void setInputsSource(Intent intent, NotificationConstant.InputsSource source)
设置此 NotificationUserInput 对象的输入源。
参数:
参数名称 | 参数描述 |
---|---|
intent | 指示要添加输入结果的 Intent。 |
source | 表示输入源。 |
Since:
3
public static int getInputsSource(Intent intent)
获取此 NotificationUserInput 对象的输入源。
参数:
参数名称 | 参数描述 |
---|---|
intent | 表示包含输入结果的 Intent。 |
返回:
返回此 NotificationUserInput 对象的输入源,如 NotificationConstant.InputsSource 中所枚举。
Since:
3
public String getInputKey()
获取此 NotificationUserInput 对象的键。
返回:
返回此 NotificationUserInput 对象的键。
Since:
3
public String getTag()
当从用户那里收集这个输入时,获取要显示给用户的标签。
返回:
返回要显示给用户的标签。
Since:
3
public ListString getOptions()
获取提供给用户的选项以满足用户输入需求。
返回:
返回预定义选项的列表。
Since:
3
public SetString getPermitMimeTypes()
获取此 NotificationUserInput 对象允许的 MIME 类型。
返回:
返回允许的 MIME 类型列表。
Since:
3
public PacMap getAdditionalData()
获取包含在此 NotificationUserInput 对象中的附加数据。
返回:
返回此 NotificationUserInput 对象中的附加数据。
Since:
3
public boolean isPermitFreeFormInput()
检查用户是否可以为此 NotificationUserInput 对象提供任意值。
返回:
如果此对象允许任意值,则返回 true; 否则返回 false。
Since:
3
public boolean isMimeTypeOnly()
检查此 NotificationUserInput 对象是否仅允许特定 MIME 类型的值。
返回:
如果此对象仅允许特定 MIME 类型的值,则返回 true; 否则返回 false。
Since:
3
public int getEditType()
获取此 NotificationUserInput 对象提供的选项的编辑类型。
返回:
返回选项的编辑类型。
Since:
4
public boolean marshalling(Parcel out)
将 NotificationUserInput 对象编组到 Parcel 中。
进程可以调用 unmarshalling(ohos.utils.Parcel) 方法从 Parcel 中解组 NotificationUserInput 对象以实现进程间通信 (IPC)。
指定者:
接口 Sequenceable 中的编组
参数:
参数名称 | 参数描述 |
---|---|
out | 指示用于编组的 Parcel 对象。 |
返回:
如果编组成功,则返回 true; 否则返回 false。
Since:
3
public boolean unmarshalling(Parcel in)
从 Parcel 中解组 NotificationUserInput 对象。
指定者:
在接口 Sequenceable 中解组
参数:
参数名称 | 参数描述 |
---|---|
in | 指示用于解组的 Parcel 对象。 |
返回:
如果解组成功,则返回 true; 否则返回 false。
Since:
3
public String toString()
从类复制的描述:对象
返回对象的字符串表示形式。 通常,toString 方法返回一个“以文本方式表示”该对象的字符串。 结果应该是一个简洁但信息丰富的表示,易于人们阅读。 建议所有子类重写此方法。
Object 类的 toString 方法返回一个字符串,该字符串由对象作为其实例的类的名称、at 符号字符“@”和对象哈希码的无符号十六进制表示形式组成。 换句话说,此方法返回一个等于以下值的字符串:
getClass().getName() + '@' + Integer.toHexString(hashCode())
覆盖:
类 Object 中的 toString
返回:
对象的字符串表示形式。
Since:
4
本文名称:创新互联鸿蒙OS教程:鸿蒙OS NotificationUserInput
文章网址:http://www.gawzjz.com/qtweb/news29/199829.html
网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联