日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

RELATEED CONSULTING
相關(guān)咨詢
選擇下列產(chǎn)品馬上在線溝通
服務(wù)時(shí)間:8:30-17:00
你可能遇到了下面的問題
關(guān)閉右側(cè)工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷解決方案
創(chuàng)新互聯(lián)鴻蒙OS教程:鴻蒙OSCommonEventInfo

CommonEventInfo

創(chuàng)新互聯(lián)建站是專業(yè)的金昌網(wǎng)站建設(shè)公司,金昌接單;提供成都做網(wǎng)站、網(wǎng)站建設(shè),網(wǎng)頁設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行金昌網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!

java.lang.Object

|---ohos.bundle.CommonEventInfo

public class CommonEventInfo
extends Object
implements Sequenceable

提供獲取靜態(tài)公共事件配置信息的方法,包括包名、類名和權(quán)限。

嵌套類摘要

從接口 ohos.utils.Sequenceable 繼承的嵌套類/接口
Sequenceable.ProducerT

字段摘要

修飾符和類型 字段 描述
static Sequenceable.ProducerCommonEventInfoPRODUCER從 Parcel 創(chuàng)建一個(gè) CommonEventInfo 實(shí)例。

構(gòu)造函數(shù)摘要

構(gòu)造函數(shù) 描述
CommonEventInfo()用于創(chuàng)建 CommonEventInfo 實(shí)例的默認(rèn)構(gòu)造函數(shù),用于存儲(chǔ)有關(guān)靜態(tài)公共事件的配置信息。
CommonEventInfo(CommonEventInfo source)用于通過從現(xiàn)有參數(shù)復(fù)制參數(shù)來創(chuàng)建 CommonEventInfo 實(shí)例的構(gòu)造函數(shù)。

方法總結(jié)

修飾符和類型 方法 描述
StringgetBundleName()獲取此靜態(tài)公共事件的捆綁包名稱。
StringgetClassName()獲取此靜態(tài)公共事件的類名。
ListStringgetData()獲取此靜態(tài)公共事件中包含的附加數(shù)據(jù)列表。
ListStringgetEvents()獲取此靜態(tài)公共事件中包含的事件列表。
StringgetPermission()獲取實(shí)現(xiàn)該靜態(tài)公共事件所需的權(quán)限。
ListStringgetType()獲取此靜態(tài)公共事件中定義的類型列表。
intgetUid()獲取此靜態(tài)公共事件的 UID。
booleanmarshalling(Parcel out)將此 Sequenceable 對(duì)象編組為 Parcel。
booleanunmarshalling(Parcel in)從 Parcel 中解組此 Sequenceable 對(duì)象。
從類 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
從接口 ohos.utils.Sequenceable 繼承的方法
hasFileDescriptor

字段詳細(xì)信息

PRODUCER

public static final Sequenceable.ProducerCommonEventInfo PRODUCER

從 Parcel 創(chuàng)建一個(gè) CommonEventInfo 實(shí)例。

構(gòu)造函數(shù)詳細(xì)信息

CommonEventInfo

public CommonEventInfo()

用于創(chuàng)建 CommonEventInfo 實(shí)例的默認(rèn)構(gòu)造函數(shù),用于存儲(chǔ)有關(guān)靜態(tài)公共事件的配置信息。

CommonEventInfo

public CommonEventInfo(CommonEventInfo source)

用于通過從現(xiàn)有參數(shù)復(fù)制參數(shù)來創(chuàng)建 CommonEventInfo 實(shí)例的構(gòu)造函數(shù)。

參數(shù):

參數(shù)名稱 參數(shù)描述
source指示現(xiàn)有的 CommonEventInfo 實(shí)例。

方法詳情

getBundleName

public String getBundleName()

獲取此靜態(tài)公共事件的捆綁包名稱。

返回:

返回此靜態(tài)公共事件的包名稱。

getUid

public int getUid()

獲取此靜態(tài)公共事件的 UID。 UID 是分配給應(yīng)用程序的用戶 ID。

返回:

返回此靜態(tài)公共事件的 UID。

getClassName

public String getClassName()

獲取此靜態(tài)公共事件的類名。

返回:

返回此靜態(tài)公共事件的類名。

getPermission

public String getPermission()

獲取實(shí)現(xiàn)該靜態(tài)公共事件所需的權(quán)限。

返回:

返回實(shí)現(xiàn)此靜態(tài)公共事件所需的權(quán)限。

getData

public ListString getData()

獲取此靜態(tài)公共事件中包含的附加數(shù)據(jù)列表。

返回:

返回此靜態(tài)公共事件中包含的附加數(shù)據(jù)列表。

getType

public ListString getType()

獲取此靜態(tài)公共事件中定義的類型列表。

返回:

返回此靜態(tài)公共事件中定義的類型列表。

getEvents

public ListString getEvents()

獲取此靜態(tài)公共事件中包含的事件列表。

返回:

返回此靜態(tài)公共事件中包含的事件列表。

marshalling

public boolean marshalling(Parcel out)

從接口復(fù)制的描述:Sequenceable

將此 Sequenceable 對(duì)象編組為 Parcel。

指定者:

接口 Sequenceable 中的編組

參數(shù):

參數(shù)名稱 參數(shù)描述
out指示將 Sequenceable 對(duì)象編組到的 Parcel 對(duì)象。

返回:

如果編組成功,則返回 true; 否則返回 false。

unmarshalling

public boolean unmarshalling(Parcel in)

從接口復(fù)制的描述:Sequenceable

從 Parcel 中解組此 Sequenceable 對(duì)象。

指定者:

在接口 Sequenceable 中解組

參數(shù):

參數(shù)名稱 參數(shù)描述
in指示已將 Sequenceable 對(duì)象編組到的 Parcel 對(duì)象。

返回:

如果解組成功,則返回 true; 否則返回 false。


名稱欄目:創(chuàng)新互聯(lián)鴻蒙OS教程:鴻蒙OSCommonEventInfo
當(dāng)前路徑:http://www.5511xx.com/article/cdcpspi.html